NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
donrg.h
1 #ifndef DONRG_H
2 #define DONRG_H
3 
4 #include <boost/program_options.hpp>
5 namespace nrg {
6 void doNRG(boost::program_options::variables_map vm) ;
7 }
8 #endif // DONRG_H