-
Notifications
You must be signed in to change notification settings - Fork 163
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 #996 from edoapra/hotfix/release-7-2-0
updates from master
- Loading branch information
Showing
38 changed files
with
16,406 additions
and
440 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,38 @@ | ||
echo | ||
start | ||
# 2 2P (2px -> 3py) state of boron | ||
# https://dx.doi.org/10.1021/acs.jctc.0c00502 | ||
|
||
geometry | ||
symmetry c2v | ||
B 0. 0. 0. | ||
end | ||
|
||
BASIS "ao basis" spherical | ||
* library aug-cc-pvtz | ||
END | ||
|
||
dft | ||
xc hfexch | ||
mult 2 | ||
vectors input atomic output boron_ground.mos | ||
end | ||
task dft | ||
|
||
dft | ||
imom | ||
mult 2 | ||
xc hfexch | ||
vectors input boron_ground.mos swap alpha 8 3 output boron_imom.mos | ||
convergence lshift 0. density 1d-9 | ||
end | ||
|
||
task dft | ||
|
||
|
||
dft | ||
vectors input boron_ground.mos swap alpha 8 3 output boron_mom.mos | ||
max_ovl | ||
end | ||
|
||
task dft |
Oops, something went wrong.