Skip to content
Snippets Groups Projects
Commit 8086a2af authored by Pardini, Lorenzo (lopa)'s avatar Pardini, Lorenzo (lopa)
Browse files

added configuration_periodic_dimensions

parent 6fa92eae
No related branches found
No related tags found
No related merge requests found
from builtins import object
import setup_paths
import numpy as np
from nomadcore.simple_parser import mainFunction, AncillaryParser, CachingLevel
from nomadcore.simple_parser import SimpleMatcher as SM
from nomadcore.local_meta_info import loadJsonFile, InfoKindEl
......@@ -178,7 +179,7 @@ class Wien2kContext(object):
with open(fName) as fIn:
structParser.parseFile(fIn)
backend.addArrayValues('configuration_periodic_dimensions', np.asarray([True, True, True]))
def onClose_section_scf_iteration(self, backend, gIndex, section):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment