source: ThirdParty/mpqc_open/src/bin/mpqc/validate/mbpt/mbpt_mp2r12_ne2.in@ 4f20e7

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests 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_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 4f20e7 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

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

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