Skip to content

Commit

Permalink
vapor pressure option (#6)
Browse files Browse the repository at this point in the history
• 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]   [temperature]         [property] [property requirements]   >> output.crenso 2>&1 &
crenso   -l3         -P 4 -O 2   -temperature 298.15    -vp thf 7.8 thf                      >> output.crenso 2>&1 &

• temperature now changeable from crenso
• general ouput improvements
  • Loading branch information
fabothch committed Jul 16, 2021
1 parent 7a0eab5 commit 6814aa9
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 119 deletions.
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ How to cite:

Title: Efficient quantum chemical calculation of structure ensembles and free energies for non-rigid molecules

Authors: Grimme, Stefan; Bohle, Fabian; Hansen, Andreas; Pracht, Philipp; Spicher, Sebastian; Stahn, Marcel

General reference:

S. Grimme, F. Bohle, A. Hansen, P. Pracht, S. Spicher, and M. Stahn
*J. Phys. Chem. A* **2021**, XXXX, XXX, XXX-XXX.
*J. Phys. Chem. A* **2021**, *125* (19), 4039–4054.

DOI: `10.1021/acs.jpca.1c00971 <https://doi.org/10.1021/acs.jpca.1c00971>`_.

Expand Down
Loading

0 comments on commit 6814aa9

Please sign in to comment.