Cirq v0.3
First release of Cirq with a publicly available pypi package.
Notable changes from v0.1:
- Burned the 0.2 version number while testing pypi packages.
- Massive breaking changes, both in terms of renaming things and changing how things behave.
- Circuits now have an optional
device
. - Placement code for converting from
LineQubit
toGridQubit
targeting a device. - More methods for querying/editing circuits (e.g.
to_unitary_matrix()
,batch_insert
). - Notable increase in the amount of documentation and tooling.
- Encapsulated optimizers behind
cirq.google.optimized_for_xmon
. - QASM output support.
- Suggestive but inactive code for calling the engine.
- Simulator support for specifying/receiving wavefunctions.
- LineQubit and GridQubit.