-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from polyluxus/freq_write
Write input file for frequency calculation
- Loading branch information
Showing
13 changed files
with
9,251 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
%oldchk=ammonia.pbesvp.chk | ||
%chk=ammonia.pbesvp.freq.chk | ||
#P PBEPBE/def2SVP/W06 DenFit scf(xqc,MaxConventionalCycle=500) | ||
int(ultrafinegrid) gfinput gfoldprint iop(6/7=3) symmetry(loose) geom(check) | ||
guess(read) freq(noraman temp=100 pre=5) | ||
|
||
Ammonia DF-PBE/def2-SVP | ||
|
||
0 1 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
%chk=borane.df-bp86svp.chk | ||
#P BP86/def2SVP/W06 | ||
DenFit | ||
opt(MaxCycle= | ||
100 MaxStep=10 VeryTight NoEigenTest) | ||
scf(xqc MaxConventionalCycle = 500) | ||
int(ultrafinegrid) | ||
gfinput gfoldprint iop(6/7=3) | ||
symmetry(loose) | ||
|
||
Borane DF-BP86/def2-SVP | ||
|
||
0 1 | ||
B 0.000000000 0.000000000 -0.070572069 | ||
H -0.937179603 0.000000000 0.326850931 | ||
H 0.468589801 0.811621344 0.326850931 | ||
H 0.468589801 -0.811621344 0.326850931 | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
%oldchk=borane.df-bp86svp.chk | ||
%chk=borane.df-bp86svp.freq.T393-15P1-5.chk | ||
#P BP86/def2SVP/W06 DenFit scf(xqc,MaxConventionalCycle=500) | ||
int(ultrafinegrid) gfinput gfoldprint iop(6/7=3) symmetry(loose) geom(check) | ||
guess(read) freq Temperature=393.15 Pressure=1.5 | ||
|
||
Borane DF-BP86/def2-SVP | ||
|
||
0 1 | ||
|
||
! Input file created with: | ||
! ../../g09.freqinput.sh -T393.15 -P1.5 borane.df-bp86svp.com |
657 changes: 657 additions & 0 deletions
657
examples/borane/borane.df-bp86svp.freq.T393-15P1-5.fchk
Large diffs are not rendered by default.
Oops, something went wrong.
1,166 changes: 1,166 additions & 0 deletions
1,166
examples/borane/borane.df-bp86svp.freq.T393-15P1-5.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
%oldchk=borane.df-bp86svp.freq.T393-15P1-5.chk | ||
%chk=borane.df-bp86svp.freq.T393-15P1-5.repT393-15P2-5.chk | ||
%NoSave | ||
#P BP86/def2SVP/W06 DenFit scf(xqc,MaxConventionalCycle=500) int(ultrafinegrid) | ||
gfinput gfoldprint iop(6/7=3) symmetry(loose) geom(check) guess(read) | ||
freq(ReadFC) Temperature=393.15 Pressure=2.5 | ||
|
||
Borane DF-BP86/def2-SVP | ||
|
||
0 1 | ||
|
||
! Input file created with: | ||
! ../../g09.freqinput.sh -R -P2.5 -T393.15 borane.df-bp86svp.freq.T393-15P1-5.com |
334 changes: 334 additions & 0 deletions
334
examples/borane/borane.df-bp86svp.freq.repT393-15P2-5.log
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.