source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/symm1_cubscfsto3gc2v.in@ 860145

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 860145 was 860145, checked in by Frederik Heber <heber@…>, 9 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 2.4 KB
Line 
1% Emacs should use -*- KeyVal -*- mode
2% this file was automatically generated
3% label: symmetry test series 1
4% molecule specification
5molecule<Molecule>: (
6 symmetry = C2V
7 unit = angstrom
8 { atoms geometry } = {
9 H [ 1.404000000000 1.404000000000 1.404000000000 ]
10 H [ -1.404000000000 -1.404000000000 1.404000000000 ]
11 H [ 1.404000000000 -1.404000000000 -1.404000000000 ]
12 H [ -1.404000000000 1.404000000000 -1.404000000000 ]
13 H [ -1.404000000000 -1.404000000000 -1.404000000000 ]
14 H [ 1.404000000000 1.404000000000 -1.404000000000 ]
15 H [ -1.404000000000 1.404000000000 1.404000000000 ]
16 H [ 1.404000000000 -1.404000000000 1.404000000000 ]
17 C [ 0.776000000000 0.776000000000 0.776000000000 ]
18 C [ -0.776000000000 -0.776000000000 0.776000000000 ]
19 C [ 0.776000000000 -0.776000000000 -0.776000000000 ]
20 C [ -0.776000000000 0.776000000000 -0.776000000000 ]
21 C [ -0.776000000000 -0.776000000000 -0.776000000000 ]
22 C [ 0.776000000000 0.776000000000 -0.776000000000 ]
23 C [ -0.776000000000 0.776000000000 0.776000000000 ]
24 C [ 0.776000000000 -0.776000000000 0.776000000000 ]
25 }
26)
27% basis set specification
28basis<GaussianBasisSet>: (
29 name = "STO-3G"
30 molecule = $:molecule
31)
32mpqc: (
33 checkpoint = no
34 savestate = no
35 restart = no
36 % molecular coordinates for optimization
37 coor<SymmMolecularCoor>: (
38 molecule = $:molecule
39 generator<IntCoorGen>: (
40 molecule = $:molecule
41 )
42 )
43 do_energy = yes
44 do_gradient = yes
45 % method for computing the molecule's energy
46 mole<CLHF>: (
47 molecule = $:molecule
48 basis = $:basis
49 coor = $..:coor
50 memory = 32000000
51 total_charge = 0
52 multiplicity = 1
53 print_npa = yes
54 guess_wavefunction<CLHF>: (
55 molecule = $:molecule
56 total_charge = 0
57 multiplicity = 1
58 basis<GaussianBasisSet>: (
59 molecule = $:molecule
60 name = "STO-3G"
61 )
62 memory = 32000000
63 )
64 )
65 optimize = no
66 % optimizer object for the molecular geometry
67 opt<QNewtonOpt>: (
68 max_iterations = 20
69 function = $..:mole
70 update<BFGSUpdate>: ()
71 convergence<MolEnergyConvergence>: (
72 cartesian = yes
73 energy = $..:..:mole
74 )
75 )
76)
Note: See TracBrowser for help on using the repository browser.