Skip to content

qutip-qip v0.4.1

Latest
Compare
Choose a tag to compare
@BoxiLi BoxiLi released this 07 Apr 17:33
172dadd

This update includes improvements such as a new test for verifying that circuit files are correctly saved in PNG, TXT, and PDF formats, and the addition of a package entry point with about information. Bug fixes address a correction in the ZZ coefficients calculation in the superconducting qubits model and ensure that expand_operator outputs the expected data type.

Improvements

  • Add a test to verify that the Matplotlib, Text, and LaTeX renderers saves circuit files in PNG, TXT, and PDF formats. (#260 by Rushiraj Gadhvi)
  • Add family package entry point with about information. (#261 by Simon Cross)

Bug Fixes

  • Use wq instead of wr for zz_coeff in SCqubits modelling. (#270 by Ferris Prima Nugraha)
  • Ensure the output of expand_operator is the expected dtype. (#273 by Eric Giguère)