mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 04:43:45 +01:00
kpt loop range in nexus script
This commit is contained in:
parent
1efe61efd0
commit
ee40465648
@ -81,7 +81,7 @@ $system
|
||||
$twistinfo
|
||||
|
||||
pwd_top = os.path.dirname(os.path.realpath(__file__))
|
||||
for i in range(2,3):
|
||||
for i in range(len(allkpts)):
|
||||
jobdir=pwd_top + '/twist-{:02d}/'.format(i)
|
||||
if not restart:
|
||||
os.mkdir(jobdir)
|
||||
|
Loading…
Reference in New Issue
Block a user