Quantum++
v1.0-rc4
A modern C++11 quantum computing library
|
Matrix mismatch subsystems 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... | |
Matrix mismatch subsystems exception.
Matrix size mismatch subsystem sizes (e.g. in qpp::apply())
|
inlineoverridevirtual |