What's Changed
- New API:
GeneralBraOpKet
for exact calculation of arbitrary<bra|op|ket>
values. Can be used to calculate inner products, expectation values and arbitrary matrix elements. - New feature: both
GeneralState
andGeneralBraOpKet
admit circuits with parameterised gates. - New feature:
GeneralState
has a new methodget_amplitude
to obtain the amplitude of computational basis states. - New feature:
GeneralState
andCuTensorNetShotsBackend
now support RNG seeds for sampling. - Docs: three tutorials added to the documentation.
- Deprecated
TensorNetwork
object. It is still available for the sake of backwards compatibility, but it has been removed from doc pages.
Full Changelog: v0.9.0...v0.10.0