-
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.
Adding more tests to increase test coverage. Changes include... - monkeypatching `CalculatorExt._calculate()` rather than `calculate()` in order for the contents of `calculate()` to be tested - a new "spin-polarized" test (actually just silicon but not assuming spin up = spin down) - various tests for reading and writing QE files (which does not happen for during the mock workflows)
- Loading branch information
Showing
211 changed files
with
254,782 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "ase"] | ||
path = ase | ||
url = [email protected]:elinscott/ase_koopmans | ||
url = ../../elinscott/ase_koopmans | ||
[submodule "quantum_espresso/q-e"] | ||
path = quantum_espresso/q-e | ||
url = [email protected]:QEF/q-e.git |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
koopmans | ||
======== | ||
|
||
| |GH Actions| |Coverage Status| |MIT License| |Documentation Status| | ||
| |GH Actions| |Coverage Status| |GPL License| |Documentation Status| | ||
For performing Koopmans spectral functional calculations with ``Quantum ESPRESSO`` | ||
|
||
|
@@ -124,7 +124,7 @@ For help and feedback email [email protected] | |
:target: https://github.com/epfl-theos/koopmans/actions?query=branch%3Amaster | ||
.. |Coverage Status| image:: https://img.shields.io/codecov/c/gh/epfl-theos/koopmans/master?logo=codecov | ||
:target: https://codecov.io/gh/epfl-theos/koopmans | ||
.. |MIT License| image:: https://img.shields.io/badge/license-MIT-blue.svg | ||
.. |GPL License| image:: https://img.shields.io/badge/license-GPL-blue | ||
:target: https://github.com/epfl-theos/koopmans/blob/master/LICENSE | ||
.. |Documentation Status| image:: https://readthedocs.org/projects/koopmans/badge/?version=latest | ||
:target: https://koopmans-functionals.org/en/latest/?badge=latest | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ codecov: | |
coverage: | ||
precision: 2 | ||
round: down | ||
range: "50...80" | ||
range: "50..90" | ||
|
||
status: | ||
project: off | ||
|
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
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
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
File renamed without changes.
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
File renamed without changes.
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.