8#include <rpc/system/System.h>
9#include <prdc/crystal/getDimension.h>
10#include <pscf/chem/PolymerModel.h>
26 void run(
int argc,
char **argv) {
52int main(
int argc,
char **argv)
56 int D = Pscf::Prdc::getDimension(argc, argv);
57 std::cout <<
"dimension " << D << std::endl;
68 std::cout <<
" Invalid dimension = " << D << std::endl;
Main class, representing one complete 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).
void run(int argc, char **argv)
Function template for main pscf_pc program.
int main(int argc, char **argv)
Main pscf_pc program.
void lock()
Make the polymer model immutable.
Real periodic fields, SCFT and PS-FTS (CPU).
PSCF package top-level namespace.