-
Notifications
You must be signed in to change notification settings - Fork 149
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
Add "--tmcosmo" mode for writing .cosmo files with TM convention. #864
Conversation
Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it makes sense to pass the set%solvInput%tmcosmo
value to writeCosmoFile
routine. This way you can get rid of the optional attribute, as well as redundant tm
variable.
Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>
I generally agree. However, I just realized, that the Additionally, I added a volume output via a custom |
Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>
Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done!
It might be worthwhile to consider adding a regression test for this.
Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com>
…imme-lab#864) * Add "--tmcosmo" mode for writing .cosmo files with TM convention. * Add ddvolume module for Volume output (and handling improvement) --------- Signed-off-by: MtoLStoN <70513124+MtoLStoN@users.noreply.github.com> Co-authored-by: albert <92109627+Albkat@users.noreply.github.com> Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
Related to #863. Uses the TM convention for the writing of
.cosmo
files in xTB when the "--tmcosmo" keyword is used.Edit: Given the scope of this PR, this will now completely close #863 if merged.