We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You could add your own colt validator:
from Colt.validator import Validator Validator.add_validator("qm_method", normalize_qm_method) def normalize_qm_method(method): return sort(method.split()).join(' ')
Then:
opt_method = XTB2 :: qm_method hess_method = B3LYP D4 def2-TZVP def2/J RIJCOSX :: qm_method ...
Originally posted by @selimsami in #12 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You could add your own colt validator:
Then:
Originally posted by @selimsami in #12 (comment)
The text was updated successfully, but these errors were encountered: