Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cache_method decorator This supports caching regular methods of class instances with optionally support for including hashable arg values in cache key. Add noise mitigation support to local basis Adds ability to initialize local preparation and measurement bases with custom noisy states, povms, or instructions for generating the noisy basis matrices. Add mitigation support to PauliMeasurementBasis Add mitigated basis unit tests Add release note Address review comments * Use lru_cache internally for method_cache * remove cache kwarg from method cache and use fixed cache name based on the instances type fix simulator seed in tests
- Loading branch information