Ignore:
Timestamp:
Feb 9, 2009, 11:17:38 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2218dca
Parents:
97c751
Message:

Basis for MPQC can now be specified via command line switch

  • -B is ParseCommandLineOptions added
  • configuration::basis added, set to 3-21G in constructor
  • used in configuration::SaveMPQC()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r97c751 rf23d7d  
    393393  int FragmentCounter = 0;
    394394  ofstream output;
     395  string basis("3-21G");
    395396 
    396397  // store the fragments as config and as xyz
     
    404405
    405406    // correct periodic
    406     ListOfMolecules[i]->ScanForPeriodicCorrection(out);
     407    //ListOfMolecules[i]->ScanForPeriodicCorrection(out);
    407408
    408409    // output xyz file
Note: See TracChangeset for help on using the changeset viewer.