Skip to content

Releases: Christopher-K-Long/PySTE

v1.1.1

19 Oct 22:44
3e79a04

Choose a tag to compare

Bug fixes

  • Fixed bug in which the NumPy dependency was not version pinned to >= 1.21, < 3.

Continuous Integration (CI) updates

  • Added CI build support for Python 3.14
  • Updated host runner images after GitHub deprecated macos-13

Updated Metadata

  • Corrected author names
  • Added additional package classifiers
  • Added version pins to README.md
  • Corrected build from source instructions in README.md

v1.1.0

13 Sep 11:57
883d1f2

Choose a tag to compare

  • Added get_evolution() to generate the unitary describing the systems evolution.

  • Added unitary_gate_infidelity() to calculate gate infidelities.

  • Added evolved_gate_infidelity() to calculate the gate infidelity of a unitary generated by a system Hamiltonian.

  • Added gate_switching_function() to calculate the switching function with respect to the gate infidelity.

  • Added evolved_inner_product() to calculate the inner product of an evolved state vector with some fixed vector.

  • Added evolved_inner_product_all() to calculate the inner products of a state vector at each timestep during its evolution with some fixed vector.

  • Updated the arXiv reference to:

    Long, C.K., Mayhall, N.J., Economou, S.E. et al. Minimal state-preparation times for silicon spin qubits. npj Quantum Inf 11, 113 (2025). https://doi.org/10.1038/s41534-025-01027-8

v1.0.1

15 Jun 22:11

Choose a tag to compare

  • Wheels are now compiled correctly
  • Various hyperlinks in README and documentation have been fixed.

v1.0.0

15 Jun 20:34

Choose a tag to compare

This is the initial release. Future changes to this release will be documented above.