Stefan Hillmich
Stefan Hillmich
- Installation in virtual environment - Installation with (mini)conda Provide explicit elaborate examples.
The ShorSimulator does not work without emulation. Thanks to @hassanmallahzadeh for finding this bug. Suggested fix: Remove the non-emulation code from ShorSimulator and write a new class `ShorBeauregardSimulator` (or similar).
The `UnitarySimulator` does not use quantum states and would profit from a DD package configuration that sets the sizes of the corresponding tables appropriately.
Currently, the simulator hierarchy reflects it organic/chaotic growth. There are a few things to clean up: - Check where the inheretence line could be improved (e.g. `StochasticNoiseSimulator`) - Remove unnecessary...
### What's the problem this feature will solve? Currently the approximation will run either when the DD grows too large or evenly interspersed between between blocks of operations in the...
The PathSimulator has some issues which are no deal breakers, but should be fixed before continueing to work on it. - The handling of the gate costs may lead to...