Replies: 1 comment 1 reply
-
There are C bindings available for building the data structure, see https://tblite.readthedocs.io/en/latest/api/c.html#table-data-structure, which can be used to load it via the API when constructing a calculator. I haven't implemented an equivalent mechanism in Python to map a dict to the table data structure. This seems like the preferred way to me since it allows parsing in Python and passing the data structure via C to Fortran. An alternative might be to pass the file to Fortran and read it internally using the same TOML Fortran routines as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was wondering if, similarly to the --param option in
tblite run
, there is a way of specifying a custom parametrization file for single point calculations in the ASE integration. I'm trying to use the GFN1(Si)-xTB parameters without having to recompile.Thank you for all the support!!
Beta Was this translation helpful? Give feedback.
All reactions