mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
Increase development version after 2026.2 release (#5593)
This commit is contained in:
parent
c92cc08b45
commit
7a5c6862f4
4 changed files with 4 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ project(
|
|||
cp2k
|
||||
DESCRIPTION "CP2K"
|
||||
HOMEPAGE_URL "https://www.cp2k.org"
|
||||
VERSION "2026.1"
|
||||
VERSION "2026.2"
|
||||
LANGUAGES Fortran C CXX)
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 2026.2 (Draft)
|
||||
## 2026.2 (July 15, 2026)
|
||||
|
||||
### New Features
|
||||
|
||||
|
|
@ -41,7 +41,6 @@
|
|||
- Per-thermal-region function for rescaling temperatures in MD (independent of thermostats)
|
||||
([#5002](https://github.com/cp2k/cp2k/pull/5002))
|
||||
- Cell optimization with fixed volume ([#5086](https://github.com/cp2k/cp2k/pull/5086))
|
||||
- **TODO**
|
||||
|
||||
### New Libraries
|
||||
|
||||
|
|
@ -53,7 +52,6 @@
|
|||
- Reintegrate with LIBXS, LIBXSTREAM, and LIBXSMM ([#5343](https://github.com/cp2k/cp2k/pull/5343))
|
||||
- Add libGint for Hartree–Fock exchange with CUDA acceleration
|
||||
([#5446](https://github.com/cp2k/cp2k/pull/5446))
|
||||
- **TODO**
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
|
|
@ -67,14 +65,12 @@
|
|||
- 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
|
||||
interface if you have not used it until now. ([#5454](https://github.com/cp2k/cp2k/pull/5454))
|
||||
- **TODO**
|
||||
|
||||
### Fixes
|
||||
|
||||
- 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
|
||||
([#5282](https://github.com/cp2k/cp2k/pull/5282))
|
||||
- **TODO**
|
||||
|
||||
______________________________________________________________________
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
maxdepth: 1
|
||||
titlesonly:
|
||||
---
|
||||
2026.2 <https://manual.cp2k.org/cp2k-2026_2-branch/index.html>
|
||||
2026.1 <https://manual.cp2k.org/cp2k-2026_1-branch/index.html>
|
||||
2025.2 <https://manual.cp2k.org/cp2k-2025_2-branch/index.html>
|
||||
2025.1 <https://manual.cp2k.org/cp2k-2025_1-branch/index.html>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ MODULE cp2k_info
|
|||
#endif
|
||||
|
||||
!!! 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 (Development Version)"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_year = "2026"
|
||||
CHARACTER(LEN=*), PARAMETER :: cp2k_home = "https://www.cp2k.org/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue