Skip to content

Commit bc718f5

Browse files
updated coords
1 parent 1e2657a commit bc718f5

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

example-input/Multiple-metals.xyz

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
27
2-
1+
34
2+
example-metal-complex
33
Pd -4.00534221 0.02615609 -0.20809414
44
H -5.05474766 -1.05664770 -0.68042945
55
H -4.36178662 -0.85416912 1.05692269
@@ -25,17 +25,13 @@
2525
H 1.48563048 -4.72158844 1.36125878
2626
H 2.72133629 -2.58140897 1.35205743
2727
H 1.48559808 -0.44087339 1.34742874
28-
Fe 2.298354 5.161785 7.971898
29-
O 1.747515 6.960963 7.932784
30-
O 1.885657 4.804777 6.183726
31-
N 2.812425 3.266553 8.131637
32-
N 0.539005 4.482809 8.460004
33-
N 2.886404 5.392925 9.848966
34-
N 4.094380 5.807257 7.588689
28+
Fe 2.298354 5.161785 7.971898
29+
O 1.747515 6.960963 7.932784
30+
O 1.885657 4.804777 6.183726
31+
N 2.812425 3.266553 8.131637
32+
N 0.539005 4.482809 8.460004
33+
N 2.886404 5.392925 9.848966
34+
N 4.094380 5.807257 7.588689
3535
H -0.98571912 -0.44068814 1.35084224
3636
H -2.22139152 -2.58099596 1.35994962
3737

38-
39-
40-
41-

example-input/atom-octa.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
atom = ['Fe', 'O', 'O', 'N', 'N', 'N', 'N']
2+
3+
coor = [[2.298354000, 5.161785000, 7.971898000],
4+
[1.885657000, 4.804777000, 6.183726000],
5+
[1.747515000, 6.960963000, 7.932784000],
6+
[4.094380000, 5.807257000, 7.588689000],
7+
[0.539005000, 4.482809000, 8.460004000],
8+
[2.812425000, 3.266553000, 8.131637000],
9+
[2.886404000, 5.392925000, 9.848966000]]
10+
11+

0 commit comments

Comments
 (0)