Quantum++
v1.0-rc2
A modern C++11 quantum computing library
|
Subsystems mismatch dimensions exception. More...
#include <classes/exception.h>
Public Member Functions | |
std::string | type_description () const override |
Exception type description. More... | |
![]() | |
Exception (const std::string &where) | |
Constructs an exception. More... | |
virtual const char * | what () const noexcept override |
Overrides std::exception::what() More... | |
Subsystems mismatch dimensions exception.
std::vector<idx> of subsystem labels has duplicates, or has entries that are larger than the size of the std::vector<idx> of dimensions
|
inlineoverridevirtual |