Skip to content

Commit

Permalink
Mark support for QUIP and PEXSI as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 1, 2024
1 parent 5f3ae50 commit c415b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/input_cp2k_mm.F
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,8 @@ SUBROUTINE create_QUIP_section(section)
"Mainly intended for things like GAP corrections to DFT "// &
"to achieve correlated-wavefunction-like accuracy. "// &
"Requires linking with quip library from <http://www.libatoms.org>.", &
citations=(/QUIP_ref/), n_keywords=1, n_subsections=0, repeats=.TRUE.)
citations=(/QUIP_ref/), n_keywords=1, n_subsections=0, repeats=.TRUE., &
deprecation_notice="Support for the QUIP library is slated for removal.")
NULLIFY (keyword)
Expand Down
3 changes: 2 additions & 1 deletion src/input_cp2k_transport.F
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ SUBROUTINE create_pexsi_section(section)
CPASSERT(.NOT. ASSOCIATED(section))
CALL section_create(section, __LOCATION__, name="PEXSI", &
description="Parameters for the PEXSI solver to be used within OMEN.", &
n_keywords=4, n_subsections=0, repeats=.FALSE.)
n_keywords=4, n_subsections=0, repeats=.FALSE., &
deprecation_notice="Support for the PEXSI library is slated for removal.")

NULLIFY (keyword)

Expand Down

0 comments on commit c415b5d

Please sign in to comment.