Quantum++
v1.1
A modern C++11 quantum computing library
|
This is the complete list of members for qpp::Bit_circuit, including all inherited members.
all() const noexcept | qpp::Dynamic_bitset | inline |
any() const noexcept | qpp::Dynamic_bitset | inline |
Bit_circuit(const Dynamic_bitset &dynamic_bitset) | qpp::Bit_circuit | inline |
CNOT(const std::vector< idx > &pos) | qpp::Bit_circuit | inline |
count() const noexcept | qpp::Dynamic_bitset | inline |
data() const | qpp::Dynamic_bitset | inline |
Dynamic_bitset(idx N) | qpp::Dynamic_bitset | inline |
flip(idx pos) | qpp::Dynamic_bitset | inline |
flip() noexcept | qpp::Dynamic_bitset | inline |
FRED(const std::vector< idx > &pos) | qpp::Bit_circuit | inline |
gate_count | qpp::Bit_circuit | |
get(idx pos) const noexcept | qpp::Dynamic_bitset | inline |
IDisplay()=default | qpp::IDisplay | |
IDisplay(const IDisplay &)=default | qpp::IDisplay | |
IDisplay(IDisplay &&)=default | qpp::IDisplay | |
index_(idx pos) const | qpp::Dynamic_bitset | inlineprotected |
N_ | qpp::Dynamic_bitset | protected |
none() const noexcept | qpp::Dynamic_bitset | inline |
NOT(idx pos) | qpp::Bit_circuit | inline |
offset_(idx pos) const | qpp::Dynamic_bitset | inlineprotected |
operator!=(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
operator-(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
operator=(const IDisplay &)=default | qpp::IDisplay | |
operator=(IDisplay &&)=default | qpp::IDisplay | |
operator==(const Dynamic_bitset &rhs) const noexcept | qpp::Dynamic_bitset | inline |
rand(idx pos, double p=0.5) | qpp::Dynamic_bitset | inline |
rand(double p=0.5) | qpp::Dynamic_bitset | inline |
reset() noexcept | qpp::Bit_circuit | inline |
qpp::Dynamic_bitset::reset(idx pos) | qpp::Dynamic_bitset | inline |
set(idx pos, bool value=true) | qpp::Dynamic_bitset | inline |
set() noexcept | qpp::Dynamic_bitset | inline |
size() const noexcept | qpp::Dynamic_bitset | inline |
storage_size() const noexcept | qpp::Dynamic_bitset | inline |
storage_size_ | qpp::Dynamic_bitset | protected |
storage_type typedef | qpp::Dynamic_bitset | |
SWAP(const std::vector< idx > &pos) | qpp::Bit_circuit | inline |
to_string(CharT zero=CharT('0'), CharT one=CharT('1')) const | qpp::Dynamic_bitset | inline |
TOF(const std::vector< idx > &pos) | qpp::Bit_circuit | inline |
v_ | qpp::Dynamic_bitset | protected |
value_type typedef | qpp::Dynamic_bitset | |
X(idx pos) | qpp::Bit_circuit | inline |
~IDisplay()=default | qpp::IDisplay | virtual |