NanoStructures
1.0
DMFT solver for layered, strongly correlated nanostructures
Main Page
Related Pages
Modules
Classes
Files
File List
nano
layerparameters.h
1
#ifndef LAYERPARAMETERS_H
2
#define LAYERPARAMETERS_H
3
4
#include <string>
5
6
namespace
nano {
7
class
LayerParameters
8
{
9
public
:
10
LayerParameters
();
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
nano::LayerParameters
Definition:
layerparameters.h:7
Generated on Sat Jun 28 2014 11:55:18 for NanoStructures by
1.8.6