Skip to content

Commit

Permalink
Merge branch 'constant-potential_tutorial' of https://github.com/schl…
Browse files Browse the repository at this point in the history
…aicha/espresso into constant-potential_tutorial
  • Loading branch information
christophlohrmann committed Sep 27, 2023
2 parents c30845c + 4ceb6a4 commit 8e06340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/electrodes/electrodes_part1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"# Interaction parameters for P3M with ELC\n",
"BJERRUM_LENGTH = 2.0 # Electrostatic prefactor passed to P3M ; prefactor=lB KBT/e2 \n",
"ACCURACY = 1e-7 # P3M force accuracy \n",
"MAX_PW_ERROR = 1e-7 # maximim pairwise error in ELC\n",
"MAX_PW_ERROR = 1e-7 # maximum pairwise error in ELC\n",
"ICC_EPSILON_DOMAIN = 1. # epsilon inside the slit\n",
"ICC_EPSILON_WALLS = 1e5 # epsilon outside the slit. Very large to mimic metal\n",
"ICC_CONVERGENCE = 1e-3 # ICC numeric/performance parameters\n",
Expand Down

0 comments on commit 8e06340

Please sign in to comment.