- 15 Jun, 2018 1 commit
-
-
Gregor Michalicek authored
...vXC%pw_w was not initialized. + some code beautification
-
- 24 Apr, 2018 1 commit
-
-
Daniel Wortmann authored
-
- 23 Apr, 2018 2 commits
-
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
- 20 Apr, 2018 3 commits
-
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
- 16 Apr, 2018 1 commit
-
-
Daniel Wortmann authored
-
- 27 Mar, 2018 2 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
- 26 Mar, 2018 1 commit
-
-
Gregor Michalicek authored
-
- 23 Mar, 2018 2 commits
-
-
Gregor Michalicek authored
...for non-spinpolarized systems.
-
Gregor Michalicek authored
The problem was that the 2nd dimension of vCoul%pw was set to 2 by the assignment modified in this commit. This lead to an MPI broadcasting problem as it was only done for rank 0. At some point one should check whether we actually need more than the 2 spin dimensions for this potential contribution.
-
- 16 Mar, 2018 2 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
Note: This seems to have introduced some bugs. ...to be corrected soon.
-
- 13 Mar, 2018 1 commit
-
-
Gregor Michalicek authored
-
- 02 Mar, 2018 1 commit
-
-
Daniel Wortmann authored
-
- 27 Nov, 2017 1 commit
-
-
Gregor Michalicek authored
The bug was introduced in commit 62285e99. Thanks to Patrick for pointing out that there was a bug.
-
- 08 Nov, 2017 2 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
- 02 Nov, 2017 2 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
I don't know whether there was a problem due to the absence of this code.
-
- 27 Oct, 2017 1 commit
-
-
Gregor Michalicek authored
Note: Two changes have been done in global/types.F90: 1. MERGE(jsp,4,l_noco) -> MERGE(4,jsp,l_noco) (I think the new code is correcter. This change is required) 2. Some dimension variable was replaced by stars%ng2. (Maybe this is not required and maybe the previous variable was more correct.)
-
- 26 Oct, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 20 Oct, 2017 2 commits
-
-
Gregor Michalicek authored
...also in this commit: global/constants.f -> global/constants.f90
-
Gregor Michalicek authored
-
- 19 Oct, 2017 4 commits
-
-
Gregor Michalicek authored
Also in this commit: Removal of mpi/mpi_bc_pot.F90 as it is replaced by mpi/mpi_bc_potden.F90
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
- 05 Oct, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 04 Oct, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 18 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-removing of variable icorr, use of member-functions instead -removal of icorrkeys module -removal of hybridmix module -cleanup at several places
-
- 14 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 13 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 11 Sep, 2017 1 commit
-
-
Gregor Michalicek authored
(The bugs were somehow introduced due to the inclusion of the hybrid code.)
-
- 04 Aug, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 28 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
At the moment this does not seem to be important as the final result of vgen seems to be originating from irank 0 only. However, valgrind complained that some jump in vgen->vmts->ingr (line 191) is undefined because an initialization is missing for all iranks != 0.
-
- 20 Jul, 2017 1 commit
-
-
Daniel Wortmann authored
Bugfixes, put swapped some variables between hybrid/hybdat datatype, moved files from xc-pot to hybrid
-
- 27 Jun, 2017 1 commit
-
-
Daniel Wortmann authored
-