NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
layerparameters.h
1 #ifndef LAYERPARAMETERS_H
2 #define LAYERPARAMETERS_H
3 
4 #include <string>
5 
6 namespace nano {
8 {
9 public:
11  double U;
12  double mu;
13  double rhoB;
14  double initialV;
15  std::string selfEnergyFile;
16  std::string occupancyFile;
17 };
18 }
19 #endif // LAYERPARAMETERS_H
Definition: layerparameters.h:7