Ignore:
Timestamp:
Feb 10, 2009, 12:04:37 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
c830e8e
Parents:
e08f45
Message:

Gaussian basis for MPQC input files can now be specified with -B switch

builder.cpp: -B in ParseCommandLineOptions
molecules.hpp: configuration::basis added
config.cpp: SaveMPQC() takes configuration::basis as name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    re08f45 r451d7a  
    2323        configpath[0]='\0';
    2424        configname[0]='\0';
     25        basis = "3-21G";
    2526       
    2627        FastParsing = false;
     
    11351136        *output << ")" << endl;
    11361137        *output << "basis<GaussianBasisSet>: (" << endl;
    1137         *output << "\tname = \"3-21G\"" << endl;
     1138        *output << "\tname = \""<< basis << "\"" << endl;
    11381139        *output << "\tmolecule = $:molecule" << endl;
    11391140        *output << ")" << endl;
Note: See TracChangeset for help on using the changeset viewer.