Skip to content

Commit

Permalink
First test with no solvation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
caprilesport committed Jan 22, 2024
1 parent 3d484b7 commit ff4970e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions gedent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
default_extension = "inp"

[parameters]
charge = 1
basis_set = "def2svp"
charge = 1
functional = "BP86"
functional_class = "GGA" #required by adf
functional_class = "GGA"
memory = 3000
mult = 1
nprocs = 8
solvation = false
solvent = "water"
solvent = "dmso"
split_index = 10
start_hessian = false
2 changes: 1 addition & 1 deletion templates/orca/opt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

%maxcore {{ memory }}

{% if solvation -%}
{% if solvent -%}
%cpcm
smd true
smdsolvent "{{ solvent }}"
Expand Down

0 comments on commit ff4970e

Please sign in to comment.