source: ThirdParty/mpqc_open/src/bin/mpqc/validate/METHODSINPUTS/osshf.in@ 70f2a1

Action_Thermostats Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests AutomationFragmentation_failures Candidate_v1.6.1 Candidate_v1.7.0 Candidate_v1.7.1 ChemicalSpaceEvaluator Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph Fix_Verbose_Codepatterns ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion Gui_displays_atomic_force_velocity JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool PythonUI_with_named_parameters Recreated_GuiChecks StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps stable
Last change on this file since 70f2a1 was 398fcd, checked in by Frederik Heber <heber@…>, 9 years ago

Converted validate subfolder into autotest suite.

  • so long only for target check0.
  • Property mode set to 100644
File size: 659 bytes
RevLine 
[398fcd]1% emacs should use -*- KeyVal -*- mode
2% molecule specification
3molecule<Molecule>: (
4 symmetry = C2V
5 unit = angstrom
6 { atoms geometry } = {
7 C [ 0.000 0.000 -0.100]
8 H [ 0.000 0.857 0.596]
9 H [ 0.000 -0.857 0.596]
10 }
11)
12mpqc: (
13 checkpoint = no
14 savestate = no
15 do_gradient = yes
16 mole<OSSHF>: (
17 molecule = $:molecule
18 basis<GaussianBasisSet>: (
19 name = "6-311G**"
20 molecule = $:molecule
21 )
22 memory = 16000000
23 guess_wavefunction<OSSHF>: (
24 molecule = $:molecule
25 memory = 8000000
26 basis<GaussianBasisSet>: (
27 name = "STO-3G"
28 molecule = $:molecule
29 )
30 )
31 )
32)
Note: See TracBrowser for help on using the repository browser.