You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out isicle for the first time, and am having trouble running the examples. I installed the package according to the readthedocs.
Running both example scripts gives me the same error:
Traceback (most recent call last):
File "/home/robbe/isicle/examples/nmr_chemical_shifts.py", line 10, in
md_result = geom.md(program='xtb',
^^^^^^^^^^^^^^^^^^^^^^
File "/home/robbe/isicle/isicle/geometry.py", line 672, in md
return isicle.md.md(self, program=program, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robbe/isicle/isicle/md.py", line 65, in md
return _backend_selector(backend).run(geom, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robbe/isicle/isicle/md.py", line 536, in run
self.configure(**kwargs)
TypeError: XTBWrapper.configure() got an unexpected keyword argument 'program'
Any ideas as to how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for your interest in ISiCLE! I have updated the examples/nmr_chemical_shift.py file to reflect the latest changes in the codebase. Please reach out if you continue to experience issues running ISiCLE.
Hi,
I'm trying out isicle for the first time, and am having trouble running the examples. I installed the package according to the readthedocs.
Running both example scripts gives me the same error:
Any ideas as to how to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: