QuISP
Loading...
Searching...
No Matches
types.h File Reference
#include <Eigen/Eigen>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  quisp::backends::graph_state::types::SingleGateErrorModel
 
struct  quisp::backends::graph_state::types::TwoQubitGateErrorModel
 
struct  quisp::backends::graph_state::types::MemoryErrorModel
 
struct  quisp::backends::graph_state::types::MeasurementErrorModel
 

Namespaces

namespace  quisp
 
namespace  quisp::backends
 
namespace  quisp::backends::graph_state
 
namespace  quisp::backends::graph_state::types
 

Enumerations

enum class  quisp::backends::graph_state::types::CliffordOperator : int {
  quisp::backends::graph_state::types::Id = 0 , quisp::backends::graph_state::types::X , quisp::backends::graph_state::types::Y , quisp::backends::graph_state::types::Z ,
  quisp::backends::graph_state::types::RX_INV , quisp::backends::graph_state::types::RX , quisp::backends::graph_state::types::Z_RX_INV , quisp::backends::graph_state::types::Z_RX ,
  quisp::backends::graph_state::types::RY_INV , quisp::backends::graph_state::types::RY , quisp::backends::graph_state::types::H , quisp::backends::graph_state::types::Z_RY ,
  quisp::backends::graph_state::types::S_INV , quisp::backends::graph_state::types::S , quisp::backends::graph_state::types::X_S_INV , quisp::backends::graph_state::types::X_S ,
  quisp::backends::graph_state::types::S_INV_RX_INV , quisp::backends::graph_state::types::S_INV_RX , quisp::backends::graph_state::types::S_RX_INV , quisp::backends::graph_state::types::S_RX ,
  quisp::backends::graph_state::types::S_INV_RY_INV , quisp::backends::graph_state::types::S_INV_RY , quisp::backends::graph_state::types::S_RY_INV , quisp::backends::graph_state::types::S_RY
}