ECCE error when selecting DirDyVTST


Clicked A Few Times
When selecting DirDyVTST in the organizer menu I get the errors


File "/home/XXXX/work/ecce/apps/scripts/codereg/nedtheory.py", line 1, in <module>
from templates import *
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/templates.py", line 13, in <module>
from globals import *
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/globals.py", line 118, in <module>
EcceGlobals = Globals(sys.argv)
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/globals.py", line 103, in __init__
Traceback (most recent call last):
 File "/home/XXXX/work/ecce/apps/scripts/codereg/nedtheory.py", line 1, in <module>
self.ChainedMetadynamics = int(values[18])
ValueError: invalid literal for int() with base 10: '#e0e1e1'
   from templates import *
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/templates.py", line 13, in <module>
from globals import *
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/globals.py", line 118, in <module>
EcceGlobals = Globals(sys.argv)
File "/panfs/pan1/work/XXXX/ecce/apps/scripts/codereg/globals.py", line 103, in __init__
self.ChainedMetadynamics = int(values[18])
ValueError: invalid literal for int() with base 10: '#e0e1e1'

Any way to fix this?


Forum >> ECCE: Extensible Computational Chemistry Environment >> General ECCE Topics