Skip to content

Commit 3d4129d

Browse files
authored
Merge pull request #211 from berquist/1577-orca-casscf
ORCA: add CASSCF relaxed scan and beryllium atom
2 parents 5f6d8c9 + 4a8a1ec commit 3d4129d

27 files changed

+143107
-0
lines changed

ORCA/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*.property.txt
2+
*.gbw
3+
*.densities
4+
*.densitiesinfo
5+
*.prop
6+
*_property.txt
7+
*.bibtex
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
! def2-qzvpp verytightscf noautostart nousesym
2+
3+
%casscf
4+
nel 2
5+
norb 4
6+
end
7+
8+
* xyz 0 1
9+
Be 0 0 0
10+
*

ORCA/ORCA3.0/casscf_beryllium_atom_nosym.out

Lines changed: 939 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
! def2-qzvpp verytightscf noautostart usesym
2+
3+
%casscf
4+
nel 2
5+
norb 4
6+
end
7+
8+
* xyz 0 1
9+
Be 0 0 0
10+
*

0 commit comments

Comments
 (0)