source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/optts_az2scf321gc1opt.in

Candidate_v1.7.1 stable v1.7.1
Last change on this file 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.1 KB
RevLine 
[0b990d]1% Emacs should use -*- KeyVal -*- mode
2% this file was automatically generated
3% label: transition state optimization test series
4% molecule specification
5molecule<Molecule>: (
6 symmetry = C1
7 unit = angstrom
8 { atoms geometry } = {
9 N [ 0.516076026000 0.045197348100 -0.956141941600 ]
10 H [ -0.195475886500 0.178399419100 -1.658453614100 ]
11 C [ 0.030952509200 -0.695269324900 0.254455646700 ]
12 C [ -0.064565194700 0.771213017000 0.608229960700 ]
13 H [ 0.853740374000 1.048574146500 -0.320201914900 ]
14 H [ -0.888164930400 -1.224890562900 0.082948984000 ]
15 H [ 0.795307507900 -1.283534180900 0.719181499500 ]
16 H [ -1.047870405700 1.160310137900 0.358685564600 ]
17 }
18)
19% basis set specification
20basis<GaussianBasisSet>: (
21 name = "3-21G"
22 molecule = $:molecule
23)
24mpqc: (
25 checkpoint = no
26 savestate = no
27 restart = no
28 % molecular coordinates for optimization
29 coor<SymmMolecularCoor>: (
30 molecule = $:molecule
31 generator<IntCoorGen>: (
32 molecule = $:molecule
33 )
34 followed<SumIntCoor>:(
35 coor: [
36 <StreSimpleCo>:(atoms = [1 5])
37 <StreSimpleCo>:(atoms = [4 5])
38 ]
39 coef = [ 1.0 -1.0]
40 )
41 )
42 do_energy = yes
43 do_gradient = no
44 % method for computing the molecule's energy
45 mole<CLHF>: (
46 molecule = $:molecule
47 basis = $:basis
48 coor = $..:coor
49 memory = 32000000
50 total_charge = 0
51 multiplicity = 1
52 print_npa = yes
53 guess_wavefunction<CLHF>: (
54 molecule = $:molecule
55 total_charge = 0
56 multiplicity = 1
57 basis<GaussianBasisSet>: (
58 molecule = $:molecule
59 name = "STO-3G"
60 )
61 memory = 32000000
62 )
63 )
64 optimize = yes
65 % optimizer object for the molecular geometry
66 opt<EFCOpt>: (
67 max_iterations = 20
68 function = $..:mole
69 transition_state = yes
70 hessian = [ [ -0.1 ] ]
71 mode_following = yes
72 update<PowellUpdate>: ()
73 convergence<MolEnergyConvergence>: (
74 cartesian = yes
75 energy = $..:..:mole
76 )
77 )
78)
Note: See TracBrowser for help on using the repository browser.