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

re-add extended (xt) PES search option #7

Merged
merged 6 commits into from
Aug 9, 2021
Merged

Conversation

fabothch
Copy link
Member

@fabothch fabothch commented Aug 9, 2021

No description provided.

• vapor pressure option added (can only be used with COSMO-RS in censo)

    How to use crenso for a vapor pressure calculation:
    Option: -vp (alpbsolvent_name, no file extension) (dielectric constant) (dcosmors potential file: only the solvent name e.g. thf not thf_25.pot)

    The information of the solvent parameters will be written to a file called  'same_solvents.json' which has the same construction as the file
    ~/.censo_assets/censo_solvents.json. If a user created same_solvents.json file is in the source calculation directory this file will be copied
    and used for the following calculation.

        {
          "same":{
            "cosmors": ["same", "same"],
            "dcosmors": [null, "thf"],
            "xtb": [null, "thf"],
            "cpcm": [null, null],
            "smd": [null, null],
            "DC": 7.8
          }
        }

    crenso [level]  [parallel_info]  [property] [property requirements]   >> output.crenso 2>&1 &
    crenso   -l3         -P 4 -O 2       -vp thf 7.8 thf                                 >> output.crenso 2>&1 &

• temperature now changeable from crenso
• general ouput improvements
@fabothch fabothch merged commit 63adeb0 into grimme-lab:main Aug 9, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant