Collaboration diagram for Quantum States and Operations library:
|
Modules | |
| Tensor product structures | |
| Defining and using tensor product structures over vector spaces (finite Hilbert spaces). | |
| Objects with a TPS | |
| Classes for defining tensor product structures, and objects defined over a tensor product structure. | |
| Predefined | |
| Predefined states and operators, commonly used in quantum information tasks. | |
| Functions and operations | |
| Collected useful quantum routines, usually functions of matrices/vectors, or operations on them. | |
| Quantum library internals | |
| Stuff from under the hood of the quantum library; not really meant for independent use. | |
| Useful math tools | |
| Functionality that isn't really connected to quantum mechanics, but is here for convenience. | |
Typedefs | |
| typedef DenseVector< complex > | State |
| State holds a quantum state vector. It is a synonym for DenseVector<complex>. | |
| typedef DenseMatrix< complex > | Operator |
| Operator holds an operator on quantum states. It is a synonym for DenseMatrix<complex>. | |
1.4.4