Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-wien2k
Commits
469ace4d
Commit
469ace4d
authored
Nov 23, 2018
by
Daria M. Tomecka
Browse files
remove duplicated periodic dimensions
parent
f7845a9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser/parser-wien2k/wien2k_parser.py
View file @
469ace4d
...
...
@@ -189,7 +189,7 @@ class Wien2kContext(object):
with
open
(
fName
)
as
fIn
:
structParser
.
parseFile
(
fIn
)
backend
.
addArrayValues
(
'configuration_periodic_dimensions'
,
np
.
asarray
([
True
,
True
,
True
]))
#
backend.addArrayValues('configuration_periodic_dimensions', np.asarray([True, True, True]))
def
onClose_section_scf_iteration
(
self
,
backend
,
gIndex
,
section
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment