Skip to content

Commit 4a8a1ec

Browse files
committed
ORCA: add CASSCF on beryllium atom for most program versions
1 parent b6e7e53 commit 4a8a1ec

26 files changed

+12168
-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)