Ben Harper
Ben Harper
While experimenting with rdedup on my RAM limited VPS I noticed that the init and load commands used around 1GB of memory. This caused the program to swap which made...
This improves the situation in #77: * The region key has been replaced by an `i64` in the `f64` version of the library, increasing the range before panics occur. *...
# Objective Fixes #13190
**Describe the bug** The densitymx_slow implementation does not work. At `pygsti/evotypes/densitymx_slow/opreps.py:177`, ```python class OpRepStandard(OpRepDenseSuperop): def __init__(self, name, basis, state_space): ... super(OpRepStandard, self).__init__(superop, state_space) ``` The issue is that `OpRepDenseSuperof.__init__` doesn't...