You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add cpp-linter action
* Include OpenCV to lint frqi.cpp
* Add to .gitignore
* Added tests/coverage
* Refactored ShorSim to increase coverage
* Remove non-emulated shor sim (see issue #26)
* Use plain std::unique_ptr to store the quantum computation for the simulators
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 text was updated successfully, but these errors were encountered: