Skip to content

Running example python scripts gives TypeError #47

@rodvrees

Description

@rodvrees

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions