Hi,
I've found that I can't read back .nc files of completed calculations. Not sure what are the circumstances in which this happens but here's an example:
- Run a DFT calculation of a simple system (alpha-tin)
- Try to read back the resulting .nc file
I can't seem to read the .nc file with either the GUI or atkpython. Here's the error I get from the GUI if I try to drop the output file back into the builder:
Traceback (most recent call last):
File "./zipdir/NL/GUI/MainWindow/MainWindow.py", line 1073, in toolBarDropEvent
File "./zipdir/NL/GUI/Tools/Tool.py", line 804, in dropEvent
File "./zipdir/NL/GUI/DnD/DropExtractor.py", line 200, in extract
File "./zipdir/NL/GUI/DnD/MimeData.py", line 443, in instances
File "./zipdir/NL/IO/NLSaveUtilities.py", line 422, in nlread
File "./zipdir/NL/ComputerScienceUtilities/Timer.py", line 45, in __call__
File "./zipdir/NL/IO/NLSaveUtilities.py", line 422, in <lambda>
File "./zipdir/NL/CommonConcepts/Configurations/ReadConfigurations.py", line 121, in nlreadBulkConfiguration
File "./zipdir/NL/NanoLanguage/ScopeExecuter.py", line 214, in scope_execute
NLScopeExecutionError: unexpected indent (<string>, line 6)
The error from atkpython when trying to read using nlread is longer, but ends in the same last line anyway.
I've attached the input file from my example. The output is too large to attach. Hopefully this provides enough information to debug this.
Best,
Alfonso