Skip to content

Commit fd5655d

Browse files
authored
Reading of optics data (hackingmaterials#559)
* added loptics parsing * added loptics parsing * precommit * fixed checking of LOPTICS * pruned testdir files
1 parent d02fb8a commit fd5655d

16 files changed

+336766
-193
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ repos:
22
- repo: [email protected]:humitos/mirrors-autoflake.git
33
rev: v1.1
44
hooks:
5-
- id: autoflake
6-
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
5+
- id: autoflake
6+
args: [ '--in-place', '--remove-all-unused-imports', '--remove-unused-variable' ]
77
- repo: https://github.com/ambv/black
88
rev: stable
99
hooks:
@@ -16,4 +16,4 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- id: flake8
19-
args: ["--max-line-length=120"]
19+
args: ["--max-line-length=125"]

atomate/vasp/drones.py

+273-117
Large diffs are not rendered by default.
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
La2 Al2 O6
2+
0.991787592008348
3+
5.3862660925524244 0.0010214503668305 0.0007234974386687
4+
2.6758257647928700 4.6745930239175060 0.0007234974387278
5+
2.6758257647928749 1.5518465799685728 4.4094889335543810
6+
La Al O
7+
2 2 6
8+
Direct
9+
0.7500000000000000 0.7500000000000000 0.7500000000000000
10+
0.2500000000000000 0.2500000000000000 0.2500000000000000
11+
0.5000000000000000 0.5000000000000000 0.5000000000000000
12+
0.0000000000000000 0.0000000000000000 0.0000000000000000
13+
0.2850018694079921 0.7500000000000000 0.2149981155920102
14+
0.7500000000000000 0.2149981155920102 0.2850018694079921
15+
0.2149981155920102 0.2850018694079921 0.7500000000000000
16+
0.7149981005920125 0.2500000000000000 0.7850018994079875
17+
0.7850018994079875 0.7149981005920125 0.2500000000000000
18+
0.2500000000000000 0.7850018994079875 0.7149981005920125
19+
20+
0.00000000E+00 0.00000000E+00 0.00000000E+00
21+
0.00000000E+00 0.00000000E+00 0.00000000E+00
22+
0.00000000E+00 0.00000000E+00 0.00000000E+00
23+
0.00000000E+00 0.00000000E+00 0.00000000E+00
24+
0.00000000E+00 0.00000000E+00 0.00000000E+00
25+
0.00000000E+00 0.00000000E+00 0.00000000E+00
26+
0.00000000E+00 0.00000000E+00 0.00000000E+00
27+
0.00000000E+00 0.00000000E+00 0.00000000E+00
28+
0.00000000E+00 0.00000000E+00 0.00000000E+00
29+
0.00000000E+00 0.00000000E+00 0.00000000E+00

0 commit comments

Comments
 (0)