Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elsi-devel
elsi-interface
Commits
fc389db0
Commit
fc389db0
authored
Mar 08, 2021
by
Victor Yu
Browse files
Release 2.7.1
parent
39b2489a
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
fc389db0
# ELSI changelog
## v2.7.
0
(March 2021)
## v2.7.
1
(March 2021)
### ELSI interface
*
Added support for frozen core approximation when using the dense eigensolver
interfaces with ELPA and LAPACK.
*
Fixed bugs in the frozen core approximation code.
### Known issues
*
The ELPA code cannot be compiled with the NAG Fortran compiler, due to the
...
...
@@ -12,6 +11,12 @@
*
Depending on the choice of k-points, the complex PEXSI solver may randomly
fail at the inertia counting stage.
## v2.7.0 (March 2021)
### ELSI interface
*
Added support for frozen core approximation when using the dense eigensolver
interfaces with ELPA and LAPACK.
## v2.6.4 (November 2020)
### ELSI interface
...
...
CMakeLists.txt
View file @
fc389db0
...
...
@@ -2,7 +2,7 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 3.0 FATAL_ERROR
)
### Project ###
PROJECT
(
elsi VERSION 2.7.
0
LANGUAGES NONE
)
PROJECT
(
elsi VERSION 2.7.
1
LANGUAGES NONE
)
SET
(
elsi_URL
"http://elsi-interchange.org"
)
SET
(
elsi_EMAIL
"elsi-team@duke.edu"
)
SET
(
elsi_LICENSE
"BSD 3"
)
...
...
README.md
View file @
fc389db0
# ELSI - ELectronic Structure Infrastructure (v2.7.
0
)
# ELSI - ELectronic Structure Infrastructure (v2.7.
1
)
## About
...
...
doc/elsi_manual.pdf
View file @
fc389db0
No preview for this file type
doc/elsi_manual.tex
View file @
fc389db0
...
...
@@ -21,7 +21,7 @@
\begin{document}
% Title
\title
{
\includegraphics
[scale=0.07]
{
elsi
_
logo.png
}
\\
\vspace
{
0.5cm
}
\textbf
{
ELSI Interface Users' Guide
\\
v2.7.
0
}}
\title
{
\includegraphics
[scale=0.07]
{
elsi
_
logo.png
}
\\
\vspace
{
0.5cm
}
\textbf
{
ELSI Interface Users' Guide
\\
v2.7.
1
}}
\author
{
The ELSI Team
\\
\url
{
https://elsi-interchange.org
}}
\maketitle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment