CP2K is a quantum chemistry and solid state physics software package that can perform atomistic simulations of solid state, liquid, molecular, periodic, material, crystal, and biological systems. CP2K provides a general framework for different modeling methods such as DFT using the mixed Gaussian and plane waves approaches GPW and GAPW. Supported theory levels include DFTB, LDA, GGA, MP2, RPA, semi-empirical methods (AM1, PM3, PM6, RM1, MNDO, ...), and classical force fields (AMBER, CHARMM, ...). CP2K can do simulations of molecular dynamics, metadynamics, Monte Carlo, Ehrenfest dynamics, vibrational analysis, core level spectroscopy, energy minimization, and transition state optimization using NEB or dimer method.
CP2K is written in Fortran 2003 and can be run efficiently in parallel using a combination of multi-threading, MPI, and CUDA.
- CP2K.org for showcases of scientific work, tutorials, exercises, presentation slides, etc.
- The manual with descriptions of all the keywords for the CP2K input file
- The dashboard to get an overview of the currently tested architectures
- The Google group to get help if you could not find an answer in one of the previous links
INSTALL.md
: How to build and setup CP2Karch
: Collection of definitions for different architectures and compilerssrc
: The source codetests
: Inputs for regression teststools
: Mixed collection of useful scripts related to cp2kdata
: Simulation parameters e.g. basis sets and pseudopotentials
Additional directories created during build process:
lib
: Libraries built during compilationobj
: Objects and other intermediate compilation-time filesexe
: Where the executables will be located