-
Notifications
You must be signed in to change notification settings - Fork 164
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 #746 from edoapra/release-7-2-0
changes from master branch
- Loading branch information
Showing
30 changed files
with
4,543 additions
and
886 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
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,41 @@ | ||
# | ||
# $Id$ | ||
# | ||
|
||
title "Water geometry optimization in cc-pvdz basis set" | ||
|
||
start h2o | ||
|
||
geometry autosym | ||
O 0.0 1.0 -0.02 | ||
H -0.74 1.0 -0.76 | ||
H 0.74 1.0 -0.76 | ||
O 0.0 0.0 -0.02 | ||
H -0.74 0.0 -0.76 | ||
H 0.74 0.0 -0.76 | ||
end | ||
|
||
basis | ||
H library cc-pvdz | ||
O library cc-pvdz | ||
end | ||
|
||
driver | ||
clear | ||
end | ||
|
||
scf; print low; end | ||
|
||
#task scf optimize | ||
dft | ||
vectors input hcore | ||
maxiter 1 | ||
end | ||
task dft ignore | ||
|
||
set back_to_atguess 2 | ||
dft | ||
maxiter 99 | ||
end | ||
task dft | ||
|
Oops, something went wrong.