Quantum++  v1.0.0-beta3
C++11 quantum computing library
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cqpp::internal::Display_Impl_
 Cqpp::internal::IOManipEigen
 Cstd::exceptionSTL class
 Cqpp::ExceptionGenerates custom exceptions, used when validating function parameters
 Cfalse_type
 Cqpp::is_complex< T >Checks whether the type is a complex type
 Cqpp::is_iterable< T, typename >Checks whether T is compatible with an STL-like iterable container
 Cqpp::is_matrix_expression< Derived >Checks whether the type is an Eigen matrix expression
 Cqpp::IDisplayAbstract class (interface) that mandates the definition of virtual std::ostream& display(std::ostream& os) const
 Cqpp::internal::IOManipEigen
 Cqpp::internal::IOManipPointer< PointerType >
 Cqpp::internal::IOManipRange< InputIterator >
 Cqpp::Timer< T, CLOCK_T >Chronometer
 Cqpp::internal::Singleton< T >Singleton policy class, used internally to implement the singleton pattern via CRTP (Curiously recurring template pattern)
 Cqpp::internal::Singleton< const Codes >
 Cqpp::CodesConst Singleton class that defines quantum error correcting codes
 Cqpp::internal::Singleton< const Gates >
 Cqpp::GatesConst Singleton class that implements most commonly used gates
 Cqpp::internal::Singleton< const Init >
 Cqpp::InitConst Singleton class that performs additional initializations/cleanups
 Cqpp::internal::Singleton< const States >
 Cqpp::StatesConst Singleton class that implements most commonly used states
 Cqpp::internal::Singleton< RandomDevices >
 Cqpp::RandomDevicesSingeleton class that manages the source of randomness in the library
 Ctrue_type
 Cqpp::is_complex< std::complex< T > >Checks whether the type is a complex number type, specialization for complex types
 Cqpp::is_iterable< T, to_void< decltype(std::declval< T >().begin()), decltype(std::declval< T >().end()), typename T::value_type > >Checks whether T is compatible with an STL-like iterable container, specialization for STL-like iterable containers
 Cqpp::is_matrix_expression< typename Eigen::MatrixBase< Derived > >Checks whether the type is an Eigen matrix expression, specialization for Eigen matrix expressions