8#include <prdc/crystal/getDimension.h>
23 void run(
int argc,
char **argv) {
49int main(
int argc,
char **argv)
53 int D = Pscf::Prdc::getDimension(argc, argv);
54 std::cout <<
"dimension " << D << std::endl;
65 std::cout <<
" Invalid dimension = " << D << std::endl;
Main class for calculations that represent one 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 function for pscf_1d program.
void run(int argc, char **argv)
Function template for main pscf_pg program.
PSCF package top-level namespace.