Release 0.28.0 #1951
Closed
natestemen
started this conversation in
Show and tell
Release 0.28.0
#1951
Replies: 1 comment
-
Closed now that v0.29.0 is released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Quantum Subspace Expansion
With the main functionaly implemented, quantum subspace expansion is now available in Mitiq! The technique requires a sequence of check operators, a Hamiltonian, and an observable in addition to the typical circuit and executor that Mitiq needs to operate.
This feature is still in flux, and would greatly benefit from further testing. Do give a try, and let us know if you have feedback! More details can be found in our API-doc. Congratulations to @bubakazouba for the great work here.
PEC Calibration
Last release we added support to run PEC experiments within the
calibration
module. This release we made two improvements:calibrator.run(log=True)
you will now find results from your PEC pretty-printed alongside any ZNE experiments.Installation
Our core dependencies (NumPy, Cirq, SciPy) are now less tightly specified which means easier installs for users!
Robust Shadow Estimation
@Min-Li has been hard at work bringing shadows to Mitiq. The
shadows
module is not quite ready for use, but you can get a sneak peak of what's to come in the Classical Shadows section of our API-doc.All changes
asv
benchmarks #1937) [@natestemen]test_execute_with_pauli_twirling
(Temporary fix for intermittent failures oftest_execute_with_pauli_twirling
#1931) [@Misty-W]Dependency updates
This discussion was created from the release v0.28.0.
Beta Was this translation helpful? Give feedback.
All reactions