Skip to content

Commit

Permalink
first version of the lattice utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodelugas committed Aug 31, 2021
1 parent 2c12b69 commit cfa6407
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions qeschema/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def get_ibrav(name, **kwargs):
f" B = {abc[1]:9.6f}",
f" C = {abc[2]:9.6f}",
f" COSAB = {abc[5]:9.6f}",
f"COSBC = {abc[3]:9.6f}",
f"COSAC = {abc[4]:9.6f}"
f" COSBC = {abc[3]:9.6f}",
f" COSAC = {abc[4]:9.6f}"
]


Expand Down
13 changes: 6 additions & 7 deletions tests/examples/pw/Fe_noncolin.in.test
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
ecutwfc=25.0
force_symmorphic=.false.
ibrav = 3
A = 0.458280,
B = 0.458280,
C = 0.458280,
COSAB = 0.33333,
COSBC = -0.33333,
COSAC = 0.33333,
A = 2.760718
B = 2.760718
C = 2.760718
COSAB = 0.000000
COSBC = 0.000000
COSAC = 0.000000
input_dft='PZ'
lspinorb=.false.
nat=1
Expand Down Expand Up @@ -87,4 +87,3 @@ K_POINTS
0.0625 0.1875 0.1875 3.0
0.0625 0.1875 0.3125 6.0
0.0625 0.1875 0.4375 6.0

Loading

0 comments on commit cfa6407

Please sign in to comment.