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

Add the "TSFREQ" calculation type #2

Open
RaphaelRobidas opened this issue Feb 12, 2023 · 0 comments
Open

Add the "TSFREQ" calculation type #2

RaphaelRobidas opened this issue Feb 12, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@RaphaelRobidas
Copy link
Collaborator

Is your improvement related to a problem? Please describe.
Some types of calculations can be combined in the same input file. For example, while it is possible to perform a geometrical optimisation (OPT) and a frequency calculation (FREQ) individually, ccinput also supports the "OPTFREQ" calculation type, which adds both the OPT and FREQ instructions to the input file. This could also be done for the TS and FREQ calculations, although it is currently not implemented in ccinput.

Describe the solution or change you'd like
This calculation type could be implemented rather easily by reusing the code which handles TS and FREQ. One can refer to the implementation of OPTFREQ for a very similar solution.

A couple unit tests would be necessary for this new calculation type as well.

@RaphaelRobidas RaphaelRobidas added the good first issue Good for newcomers label Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant