8#include <prdc/crystal/getDimension.h>
9#include <rpg/system/System.h>
24 void run(
int argc,
char **argv) {
50int main(
int argc,
char **argv)
54 int D = Pscf::Prdc::getDimension(argc, argv);
55 std::cout <<
"dimension " << D << std::endl;
66 std::cout <<
" Invalid dimension = " << D << std::endl;
Main class, representing one complete system.
void readCommands(std::istream &in)
Read and process commands from an input stream.
void setOptions(int argc, char **argv)
Process command line options.
virtual void readParam(std::istream &in)
Read input parameters (with opening and closing lines).
int main(int argc, char **argv)
Main pscf_pg program.
void run(int argc, char **argv)
Function template for main pscf_pg program.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.