Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@PabloAndresCQ PabloAndresCQ released this 25 Oct 15:15
· 2 commits to main since this release
ccdde8d

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 and GeneralBraOpKet admit circuits with parameterised gates.
  • New feature: GeneralState has a new method get_amplitude to obtain the amplitude of computational basis states.
  • New feature: GeneralState and CuTensorNetShotsBackend 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