Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filippolipparini/ddPCM
A fast domain decomposition based implementation of the COSMO solvation model
https://github.com/filippolipparini/ddPCM
Last synced: 3 months ago
JSON representation
A fast domain decomposition based implementation of the COSMO solvation model
- Host: GitHub
- URL: https://github.com/filippolipparini/ddPCM
- Owner: filippolipparini
- License: lgpl-3.0
- Created: 2016-07-22T06:37:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T11:17:12.000Z (over 4 years ago)
- Last Synced: 2024-06-29T11:34:27.447Z (5 months ago)
- Language: Fortran
- Homepage: http://www.ddpcm.org
- Size: 9.28 MB
- Stars: 15
- Watchers: 8
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddPCM
A fast domain decomposition based implementation of the COSMO solvation model[![DOI](https://zenodo.org/badge/63929685.svg)](https://zenodo.org/badge/latestdoi/63929685)
COPYRIGHT (C) 2016 by Filippo Lipparini, Benjamin Stamm, Eric Cancès,
Yvon Maday, Paolo Gatto, Jean-Philip Piquemal, Louis Lagardère and
Benedetta Mennucci.
ALL RIGHT RESERVED.This code is governed by the LGPL license and abiding by the rules of
distribution of free software.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.Users of this code are asked to include the following references in their
publications:[1] E. Cancès, Y. Maday, B. Stamm
"Domain decomposition for implicit solvation models"
J. Chem. Phys. 139, 054111 (2013)[2] F. Lipparini, B. Stamm, E. Cancès, Y. Maday, B. Mennucci
"Fast Domain Decomposition Algorithm for Continuum Solvation Models:
Energy and First Derivatives"
J. Chem. Theory Comput. 9, 3637–3648 (2013)Also, include one of the three following reference depending on whether you
use this code in conjunction with a QM [3], Semiempirical [4] or Classical [5]
description of the solute:[3] F. Lipparini, G. Scalmani, L. Lagardère, B. Stamm, E. Cancès, Y. Maday,
J.-P. Piquemal, M. J. Frisch, B. Mennucci
"Quantum, classical, and hybrid QM/MM calculations in solution: General
implementation of the ddCOSMO linear scaling strategy"
J. Chem. Phys. 141, 184108 (2014)
(for quantum mechanical models)[4] F. Lipparini, L. Lagardère, G. Scalmani, B. Stamm, E. Cancès, Y. Maday,
J.-P. Piquemal, M. J. Frisch, B. Mennucci
"Quantum Calculations in Solution for Large to Very Large Molecules:
A New Linear Scaling QM/Continuum Approach"
J. Phys. Chem. Lett. 5, 953-958 (2014)
(for semiempirical models)[5] F. Lipparini, L. Lagardère, C. Raynaud, B. Stamm, E. Cancès, B. Mennucci
M. Schnieders, P. Ren, Y. Maday, J.-P. Piquemal
"Polarizable Molecular Dynamics in a Polarizable Continuum Solvent"
J. Chem. Theory Comput. 11, 623-634 (2015)
(for classical models, including polarizable force fieldsThe users of this code should also include the appropriate reference to the
COSMO model. This distribution includes the routines to generate lebedev
grids by D. Laikov and C. van Wuellen, as publicly available on CCL. If the routines
are used, the following reference should also be included:[6] V.I. Lebedev, and D.N. Laikov
"A quadrature formula for the sphere of the 131st
algebraic order of accuracy"
Doklady Mathematics, Vol. 59, No. 3, 1999, pp. 477-481.Written by Filippo Lipparini, October 2015.
Please report problems and bug to [email protected]