Skip to content

Commit 7919dfd

Browse files
authored
Merge pull request #218 from cclib/1038-orca-dummy-atoms
ORCA: z-matrix generates placeholder atoms
2 parents 087d66b + 99b5d7a commit 7919dfd

3 files changed

Lines changed: 748 additions & 0 deletions

File tree

ORCA/ORCA5.0/1038.in

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
! hf sto-3g sp noautostart
2+
3+
%coords
4+
ctyp internal
5+
charge 0
6+
mult 1
7+
pardef
8+
royl=1.4;
9+
row=2.501;
10+
roh=0.968;
11+
aoh=126.6;
12+
oylMDA=0.
13+
end
14+
coords
15+
C 0 0 0 0.000000 0.0000000 0.00000000
16+
DA 1 0 0 1.000000 0.0000000 0.00000000
17+
DA 1 2 0 1.000000 90.0000000 0.00000000
18+
DA 1 2 3 1.000000 90.0000000 270.00000000
19+
O 1 2 4 {royl} {OylMDA} 0.00000000
20+
O 1 2 4 {royl} {180.-OylMDA} 0.00000000
21+
O 1 2 4 {row} 90.00000000 0.00000000
22+
H 7 1 2 {roh} {aoh} 0.00000000
23+
H 7 1 2 {roh} {aoh} 180.00000000
24+
end
25+
end

0 commit comments

Comments
 (0)