Quantum++  v1.0-rc3
A modern C++11 quantum computing library
qpp::exception::MatrixMismatchSubsys Class Reference

Matrix mismatch subsystems exception. More...

#include <classes/exception.h>

Inheritance diagram for qpp::exception::MatrixMismatchSubsys:
Collaboration diagram for qpp::exception::MatrixMismatchSubsys:

Public Member Functions

std::string type_description () const override
 Exception type description. More...
 
- Public Member Functions inherited from qpp::exception::Exception
 Exception (const std::string &where)
 Constructs an exception. More...
 
virtual const char * what () const noexcept override
 Overrides std::exception::what() More...
 

Detailed Description

Matrix mismatch subsystems exception.

Matrix size mismatch subsystem sizes (e.g. in qpp::apply())

Member Function Documentation

◆ type_description()

std::string qpp::exception::MatrixMismatchSubsys::type_description ( ) const
inlineoverridevirtual

Exception type description.

Returns
Exception type description

Implements qpp::exception::Exception.


The documentation for this class was generated from the following file: