8#include <prdc/crystal/getDimension.h>
24 void run(
int argc,
char **argv) {
47int main(
int argc,
char **argv)
51 int D = Pscf::Prdc::getDimension(argc, argv);
52 std::cout <<
"dimension " << D << std::endl;
63 std::cout <<
" Invalid dimension = " << D << std::endl;
Main class for SCFT or PS-FTS simulation of one system.
void setOptions(int argc, char **argv)
Process command line options.
void readCommands(std::istream &in)
Read and process commands from an input stream.
virtual void readParam(std::istream &in)
Read input parameters (with opening and closing lines).
int main(int argc, char **argv)
Main function for pscf_1d program.
void run(int argc, char **argv)
Function template for main pscf_pc program.
PSCF package top-level namespace.