You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add poisson-boltzmann to the SCRF
Add additional input for pb equation, all other tests passing, error with ion_radius variable
add a harcoded to pass test for pb
fix json error
mid debug commit, the run_pb block produces different convergence despite being identical to the standard
* PB working as intended (within a reasonable domain)
Faster pb and lpb solver and proper test
* add test for linearized pb
* Rename SCRF to GPESolver in preparation for
refactor.
Use inheritance to implement PBESolver and LPBESolver
Rename GPESolver::solveEquation to iterateEquation
* Add new test references to pb and lpb solvent
Update tests and Fix correct solvers running
Add proper capitalisation to Debye-Huckel
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
Remove unused setters in Cavity
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
Pass parameters by const reference
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
* fix tests for pb solver
* Add documentation to the solvent classes
* Add DHScreening to the StepFunction hierarchy
* Reorder includes
* Update python/template.yml
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
* Update python/mrchem/api.py
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
* Post-rebase fixes
* Formatting
* debugging
* more debugging
* even more debugging
* BUGFIX in PB_solver.cpp: rho_el was not zero and the ordering of the energy outputs of GPESolver was wrong
* real BUGFIX: same as above but relax the thrs, we are running it with 1.0e-3 prec after all
* attempt to fix test error
* update python version for tests
* update python version for singularity images
* update python version for circleci config
* Use newer base image with CircleCI
* update minimum python requirements in installation.rst
* create cavity even if we are running pb or lpb
* use proper dividor
* Be more consistent
* Update input for PCM
* rebase fix
* rebase fix
* all tests passing and PB_solver is correct
---------
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
Co-authored-by: Roberto Di Remigio Eikås <[email protected]>
Copy file name to clipboardexpand all lines: doc/programming.bib
+17-1
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,6 @@ @article{Fosso-Tande2013
333
333
abstract = {We describe and present results of the implementation of the surface and volume polarization for electrostatics (SVPE) solvation model. Unlike most other implementations of the solvation model where the solute and the solvent are described with multiple numerical representations, our implementation uses a multiresolution, adaptive multiwavelet basis to describe both the solute and the solvent. This requires reformulation to use integral equations throughout as well as a conscious management of numerical properties of the basis. {\textcopyright} 2013 Elsevier B.V. All rights reserved.},
334
334
author = {Fosso-Tande, Jacob and Harrison, Robert J.},
335
335
doi = {10.1016/j.cplett.2013.01.065},
336
-
file = {:home/ggerez/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Fosso-Tande, Harrison - 2013 - Implicit solvation models in a multiresolution multiwavelet basis.pdf:pdf},
337
336
issn = {00092614},
338
337
journal = {Chem. Phys. Lett.},
339
338
pages = {179--184},
@@ -343,3 +342,20 @@ @article{Fosso-Tande2013
343
342
year = {2013}
344
343
}
345
344
345
+
@article{gerez2023,
346
+
author = {Gerez S, Gabriel A. and Di Remigio Eikås, Roberto and Jensen, Stig Rune and Bjørgve, Magnar and Frediani, Luca},
347
+
title = {Cavity-Free Continuum Solvation: Implementation and Parametrization in a Multiwavelet Framework},
348
+
journal = {Journal of Chemical Theory and Computation},
0 commit comments