|
Code for: The Influence of Experimental Imperfections on Photonic GHZ State Generation
|
Defines the central data structure State. More...
#include <vector>#include <math.h>#include <string>#include <algorithm>#include <sstream>#include <complex>#include <iostream>#include <fstream>#include <map>#include <tuple>#include <initializer_list>#include <array>#include <utility>#include <functional>#include <stdio.h>#include <boost/container/flat_map.hpp>#include <boost/algorithm/string.hpp>#include "StateAux.hpp"Classes | |
| class | State< Key, Val, Real > |
| Definition of the data structure used to represent states. Inherits from boost::container::flat_map<Key, Val>. More... | |
Defines the central data structure State.