Skip to content

pytket-cutensornet 0.4.0

Compare
Choose a tag to compare
@PabloAndresCQ PabloAndresCQ released this 26 Oct 14:56
· 149 commits to main since this release
9714ba7
  • API Update. Configuration of MPS simulation parameters is now done via ConfigMPS.
  • Added a value_of_zero parameter to ConfigMPS for the user to indicate the threshold below which numbers are so small that can be interpreted as zero.
  • Added a logger to MPS methods. Use it by setting loglevel in ConfigMPS.
  • Improved performance of contraction across MPS methods by hardcoding the contraction paths.
  • Fixed a bug that caused more MPS canonicalisation than strictly required.
  • Fixed a bug where simulate would not apply the last batch of gates when using MPSxMPO.