-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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:
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!