Quantum++
v1.0
A modern C++11 quantum computing library
|
Support for classical reversible circuits. More...
Go to the source code of this file.
Classes | |
class | qpp::Dynamic_bitset |
Dynamic bitset class, allows the specification of the number of bits at runtime (unlike std::bitset<N>) More... | |
class | qpp::Bit_circuit |
Classical reversible circuit simulator. More... | |
struct | qpp::Bit_circuit::Gate_count |
Namespaces | |
qpp | |
Quantum++ main namespace. | |
Support for classical reversible circuits.