Hello,
I'm working on a workflow where I aim to perform calculations on multiple configurations using a single calculator instance. My goals are to:
1. Understand why the script generated from my workflow isn't functioning as expected. (See attached files 1, 2, and 3, which show the process of optimizing a Cu slab with different thicknesses.)
2. Clarify if the memory consumption for the script is simply the sum of the memory required for each individual calculation. If that's the case, what strategies can I use to reduce the overall memory footprint?
Additionally, when I attempted to use the iteration block (instead of the iteration table block), I encountered an error that prevented script generation. Here is the error message:
Traceback (most recent call last):
File "zipdir/NL/GUI/Tools/WorkflowTool/WorkflowSendToMenu.py", line 180, in onActionTriggered
File apd/N/601./azWindow/lanindowpy Line 785, in showtool
File "zipdir/NL/GUI/Tools/WorkflowTool/WorkflowBuilder.py", line 176, in deactivate
File "zipdir/NL/GUI/Tools/WorkflowTool/WorkflowBuilderWidget.py", line 206,
saveCurrent
File "zipdir/NL/GUI/Workflow/InteractiveWorkflow.py", line 379, in saveStateString
File "zipdir/NL/GUI/Workflow/FlowTree.py", line 128, in saveStateString File "zipdir/NL/GUI/Workflow/Blocks/Block.py", line 846, in saveStateString File "zipdir/NL/GUI/Store/Utilities.py", line 198, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 219, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 219, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 198, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 219, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 219, in uniqueString File "zipdir/NL/GUI/Store/Utilities.py", line 191, in uniqueString NL. ComputerScienceUtilities.Exceptions.NLNotImplementedError: value ConfigurationListBlock(23375294451984) requires a uniqueString handling
Any insights or advice on these issues would be greatly appreciated!
Thank you!