Compare commits

...

1 commit

Author SHA1 Message Date
Ole Schütt
67b5da876d Cut release version 2026.2 2026-07-15 11:11:06 +02:00
4 changed files with 4 additions and 7 deletions

View file

@ -26,7 +26,7 @@ project(
cp2k cp2k
DESCRIPTION "CP2K" DESCRIPTION "CP2K"
HOMEPAGE_URL "https://www.cp2k.org" HOMEPAGE_URL "https://www.cp2k.org"
VERSION "2026.1" VERSION "2026.2"
LANGUAGES Fortran C CXX) LANGUAGES Fortran C CXX)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules") list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")

1
REVISION Normal file
View file

@ -0,0 +1 @@
git:c92cc08

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.2 (Draft) ## 2026.2 (July 15, 2026)
### New Features ### New Features
@ -41,7 +41,6 @@
- Per-thermal-region function for rescaling temperatures in MD (independent of thermostats) - Per-thermal-region function for rescaling temperatures in MD (independent of thermostats)
([#5002](https://github.com/cp2k/cp2k/pull/5002)) ([#5002](https://github.com/cp2k/cp2k/pull/5002))
- Cell optimization with fixed volume ([#5086](https://github.com/cp2k/cp2k/pull/5086)) - Cell optimization with fixed volume ([#5086](https://github.com/cp2k/cp2k/pull/5086))
- **TODO**
### New Libraries ### New Libraries
@ -53,7 +52,6 @@
- Reintegrate with LIBXS, LIBXSTREAM, and LIBXSMM ([#5343](https://github.com/cp2k/cp2k/pull/5343)) - Reintegrate with LIBXS, LIBXSTREAM, and LIBXSMM ([#5343](https://github.com/cp2k/cp2k/pull/5343))
- Add libGint for HartreeFock exchange with CUDA acceleration - Add libGint for HartreeFock exchange with CUDA acceleration
([#5446](https://github.com/cp2k/cp2k/pull/5446)) ([#5446](https://github.com/cp2k/cp2k/pull/5446))
- **TODO**
### Breaking Changes ### Breaking Changes
@ -67,14 +65,12 @@
- An implementation of the FFTW3 interface may be turned into a hard dependency in a later release. - An implementation of the FFTW3 interface may be turned into a hard dependency in a later release.
Please consider compiling and CP2K with FFTW3, MKL, AOCL or any other library implementing this Please consider compiling and CP2K with FFTW3, MKL, AOCL or any other library implementing this
interface if you have not used it until now. ([#5454](https://github.com/cp2k/cp2k/pull/5454)) interface if you have not used it until now. ([#5454](https://github.com/cp2k/cp2k/pull/5454))
- **TODO**
### Fixes ### Fixes
- Fix issues in the native DFT-D4 implementation. ([#5030](https://github.com/cp2k/cp2k/pull/5030)) - Fix issues in the native DFT-D4 implementation. ([#5030](https://github.com/cp2k/cp2k/pull/5030))
- Analytical periodic-subspace stress for 2D systems with ANALYTIC/MT - Analytical periodic-subspace stress for 2D systems with ANALYTIC/MT
([#5282](https://github.com/cp2k/cp2k/pull/5282)) ([#5282](https://github.com/cp2k/cp2k/pull/5282))
- **TODO**
______________________________________________________________________ ______________________________________________________________________

View file

@ -46,7 +46,7 @@ MODULE cp2k_info
#endif #endif
!!! Keep version in sync with CMakeLists.txt !!! !!! Keep version in sync with CMakeLists.txt !!!
CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2026.1 (Development Version)" CHARACTER(LEN=*), PARAMETER :: cp2k_version = "CP2K version 2026.2"
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2026" CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2026"
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/" CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"