-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,195 changed files
with
591,011 additions
and
587,461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,76 @@ | ||
References | ||
========== | ||
For publications using Koopmans spectral functionals, please cite :cite:`Borghi2014`, :cite:`Nguyen2018`, and ... | ||
|
||
Selected references | ||
------------------- | ||
|
||
In any publication arising from the use of Koopmans functionals and/or the ``koopmans`` code, please cite | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Linscott2023 | ||
|
||
Other relevant references include | ||
|
||
**Papers introducing Koopmans functionals** | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Dabo2009 | ||
Dabo2010 | ||
Borghi2014 | ||
Borghi2015 | ||
|
||
**Linear-response formalism** | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Colonna2018 | ||
|
||
**Application to molecules** | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Dabo2013 | ||
Nguyen2015 | ||
Nguyen2016 | ||
Colonna2019 | ||
|
||
**Application to solids** | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Nguyen2018 | ||
Colonna2022 | ||
DeGennaro2022 | ||
|
||
**Connection with many-body formulations** | ||
|
||
.. bibliography:: | ||
:style: chrono | ||
:filter: False | ||
:list: bullet | ||
|
||
Ferretti2014 | ||
|
||
All references | ||
-------------- | ||
|
||
.. bibliography:: | ||
:style: plain | ||
:style: plainabbrev | ||
:all: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Related methods | ||
=============== | ||
|
||
Koopmans functionals have resonance with various methods developed by other groups. These include... | ||
|
||
- the Wannier transition-state method of Anisimov and Kozhevnikov :cite:`Anisimov2005` | ||
- the optimally-tuned range-separated hybrid functionals of Kronik, Neaton, and others :cite:`Kronik2012,Wing2021` | ||
- the localized orbital scaled correction of Yang and others :cite:`Li2018` | ||
- the ensemble DFT method of Kreisler, Kronik and others :cite:`Kraisler2013` | ||
- the Koopmans-Wannier method of Wang and others :cite:`Ma2016` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "koopmans" | |
version = "1.0.1" | ||
description = "Koopmans spectral functional calculations with python and Quantum ESPRESSO" | ||
readme = "README_pypi.rst" | ||
requires-python = ">=3.7" | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{ name = "Edward Linscott", email = "[email protected]" }, | ||
{ name = "Riccardo De Gennaro", email = "[email protected]" }, | ||
|
@@ -13,7 +13,6 @@ classifiers = [ | |
"Intended Audience :: Science/Research", | ||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
|
@@ -31,7 +30,7 @@ dependencies = [ | |
"pybtex>=0.24", | ||
"spglib>=1.9", | ||
"upf-to-json>=0.9.5", | ||
"ase-koopmans==0.1.1", | ||
"ase-koopmans==0.1.4", | ||
"scikit-learn>=1.0", | ||
"deepdiff>=5.8.1", | ||
] | ||
|
Submodule q-e
updated
from 564a7b to b4c5e8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.