Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom calculator with YAML #329

Open
ThePauliPrinciple opened this issue Oct 31, 2022 · 1 comment
Open

Custom calculator with YAML #329

ThePauliPrinciple opened this issue Oct 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ThePauliPrinciple
Copy link

Is your feature request related to a problem? Please describe.
It seems that it is not possible to use an ASE Calculator that is not in ase.calculators when using the YAML interface.

Describe the solution you'd like

dft_module = importlib.import_module("ase.calculators." + dft_module_name)

Could be updated to get "ase.calculators." from the YAML file (e.g. "mylib.mymodule.")

Additional context
The Calculator I use is not in the ASE package.

Would happily accept alternatives.

@YuuuXie YuuuXie added the enhancement New feature or request label Nov 8, 2022
@YuuuXie
Copy link
Collaborator

YuuuXie commented Nov 8, 2022

Hi @ThePauliPrinciple , Thanks for your suggestion. We will consider adding it to the yaml support, but I'm afraid this won't be a very high priority task so will likely appear in a certain future version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants