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
I've been diving back into quantum computing lately, so this is a (WIP) quantum circuit simulator written in C++. I intend to wrap it with nanobind so it can be used with python.
To run the test suite
make test
To run the example program in main.cpp
make run
More soon. Maybe.
About
A (Work in Progress) Quantum Circuit simulator written in C++