source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/optts_az3scf321gc1opt.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
Line 
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.353954010900 0.039688692900 -1.061127354100 ]
10 H [ 0.322677521800 0.046951921000 -1.805774173300 ]
11 C [ 0.132281914400 -0.660560552000 0.116527630800 ]
12 C [ -0.117786146100 1.185077883600 -0.098333914400 ]
13 H [ 0.612520785300 0.430156433100 0.746870348400 ]
14 H [ -0.621030198700 -1.141372950500 0.702403356000 ]
15 H [ 1.076353236800 -1.164815696400 0.027628671600 ]
16 H [ -1.051063102600 1.264874268300 0.460509620100 ]
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 = [3 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.