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

Turbomole: scf_damping not working #6

Open
chburger opened this issue Oct 31, 2022 · 3 comments
Open

Turbomole: scf_damping not working #6

chburger opened this issue Oct 31, 2022 · 3 comments

Comments

@chburger
Copy link

For Turbomole
scf_damping: 'medium"

is not working
terminate called after throwing an instance of 'YAML::TypedBadConversion'
what(): yaml-cpp: error at line 7, column 21: bad conversion

Only the Boolean "true" works, which seems obvious from the YAML output.

I am using readuct version 4.1.0 - maybe I need a newer frontend?

@weymutht
Copy link
Member

The syntax for the SCF damping for Turbomole has been changed, but unfortunately we forgot to update the manual accordingly. The old syntax proved too unflexible; now, you can exactly specify the damping value, for example:

scf_damping: true
scf_damping_value: 1.5

@chburger
Copy link
Author

chburger commented Oct 31, 2022 via email

@weymutht
Copy link
Member

Unfortunately, both things are not possible. As for the damping, "step" is set to 0.05 while "min" is always set to 0.10.

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

No branches or pull requests

2 participants