Qrack  9.0
General classical-emulating-quantum development framework
Classes | Namespaces | Typedefs
hamiltonian.hpp File Reference
#include "common/qrack_types.hpp"
Include dependency graph for hamiltonian.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _QrackTimeEvolveOpHeader
 
struct  Qrack::HamiltonianOp
 A Hamiltonian can be specified in terms of arbitrary controlled single bit gates, each one an "HamiltonianOp.". More...
 
struct  Qrack::UniformHamiltonianOp
 

Namespaces

 Qrack
 

Typedefs

typedef std::shared_ptr< HamiltonianOp > Qrack::HamiltonianOpPtr
 To define a Hamiltonian, give a vector of controlled single bit gates ("HamiltonianOp" instances) that are applied by left-multiplication in low-to-high vector index order on the state vector. More...
 
typedef std::vector< HamiltonianOpPtr > Qrack::Hamiltonian