Quantum++  v1.0
A modern C++11 quantum computing library
reversible.h File Reference

Support for classical reversible circuits. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Support for classical reversible circuits.