- 19 Nov, 2021 2 commits
-
-
Henning Janssen authored
-
Henning Janssen authored
This build is only done on the nightly builds. The reason for this is that the pytest plugin for running the workflow regression tests has no support for MPI executables yet and even if they are called without MPI they can lead to strange test failures. We don't use the non-hdf5 build since the hdf5 build leads to relevant behaviour changes in aiida-fleur and are assumed to be the main way of using aiida-fleur
-
- 17 Nov, 2021 2 commits
-
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
- 15 Nov, 2021 1 commit
-
-
Henning Janssen authored
Some additional information can be written out into a test.log file in the work directory. For this use the test_logger fixture
-
- 08 Nov, 2021 4 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Henning Janssen authored
The arrays il and kl used in the kerker preconditioner were shared but have to be private This lead to race conditions for the cases with atomtypes with different lmax or muffin tin radius Since this was undiscovered for quite some time the loop is switched to default none to avoid further bugs
-
- 03 Nov, 2021 14 commits
-
-
Henning Janssen authored
Make LDA+U double counting consistent for noco calculations See merge request fleur/fleur!187
-
Henning Janssen authored
-
Henning Janssen authored
-
Henning Janssen authored
-
Henning Janssen authored
to make sure it stays consistent
-
Henning Janssen authored
-
Henning Janssen authored
This reverts commit 15666ce7. Also adjusted tests that changed results because of this
-
Henning Janssen authored
.. to see if it is the cause for the failing tests
-
Henning Janssen authored
This is a bit suboptimal since the formula for AMF is easiest when combining U energy and double counting term. For FLL however it is simpler to calculate it separately
-
Henning Janssen authored
-
Henning Janssen authored
The electron interaction part of the DFT+U potential is moved to a different file to be able to reuse the calculation in the AMF double counting, which boils down to a DFT+U potential with a modified density matrix
-
Henning Janssen authored
-
Henning Janssen authored
If the spin quantization axis is not aligned with the actual magnetization The double counting expression gets more complicated In this commit only the FLL double counting is tackled
-
Daniel Wortmann authored
-
- 28 Oct, 2021 3 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
- 27 Oct, 2021 1 commit
-
-
Gregor Michalicek authored
(It looks like the output string was too long for the temporary internal storage.)
-
- 25 Oct, 2021 1 commit
-
-
Henning Janssen authored
Correct type of posforce output in relax.xml to produce the correct the representation in masci-tools
-
- 22 Oct, 2021 1 commit
-
-
Gregor Michalicek authored
-
- 21 Oct, 2021 2 commits
-
-
Gregor Michalicek authored
-
Daniel Wortmann authored
-
- 20 Oct, 2021 1 commit
-
-
Gregor Michalicek authored
This increases stability when adding LOs. Before there was too often an error that there were not enough linearly independent basis functions.
-
- 19 Oct, 2021 2 commits
-
-
Henning Janssen authored
-
Gregor Michalicek authored
(This still has to be tested.)
-
- 18 Oct, 2021 6 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Uliana Alekseeva authored
-
Henning Janssen authored
-
Henning Janssen authored
Also do not perform rotation into local real space frame for intersite elements
-
Henning Janssen authored
The forcetheorem attributes were accidentally changed to DoubleVec instead of FleurDoubleVec
-