Skip to content

Commit b070dac

Browse files
committed
DCON - BUGFIX - Fixed bug in the calculation of the kinetic torque matrix when using the electron terms or method==1.
1 parent 7b8afa0 commit b070dac

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

dcon/fourfit.F

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ SUBROUTINE fourfit_kinetic_matrix(methodin,writein)
10711071
kwmat_l = 0
10721072
ktmat_l = 0
10731073
tphi = tpsi(psifac,nn,l,zi,mi,wdfac,divxfac,.TRUE.,
1074-
$ ft//"wmm",op_wmats=ktmat_l)
1074+
$ ft//"wmm",op_wmats=kwmat_l)
10751075
tphi = tpsi(psifac,nn,l,zi,mi,wdfac,divxfac,.TRUE.,
10761076
$ ft//"tmm",op_wmats=ktmat_l)
10771077
kwmatls(:,:,:,ipsi,l) = kwmatls(:,:,:,ipsi,l)+kwmat_l
@@ -1310,7 +1310,7 @@ SUBROUTINE fourfit_kinetic_matrix(methodin,writein)
13101310
kwmat_l = 0
13111311
ktmat_l = 0
13121312
tphi = tpsi(psifac,nn,l,zi,mi,wdfac,divxfac,.FALSE.,
1313-
$ ft//"wmm",op_wmats=ktmat_l)
1313+
$ ft//"wmm",op_wmats=kwmat_l)
13141314
kwmat = kwmat+kwmat_l
13151315
tphi = tpsi(psifac,nn,l,zi,mi,wdfac,divxfac,.FALSE.,
13161316
$ ft//"tmm",op_wmats=ktmat_l)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '1.5'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '1.5.4'
65+
release = '1.5.5'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/releases.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Note, backwards compatibility is defined as the ability to return to a previous
1010

1111
The `github release notes <https://github.com/PrincetonUniversity/GPEC/releases>`_ are reproduced below.
1212

13+
GPEC v1.5.5
14+
===========
15+
16+
Fixes
17+
------
18+
- DCON - Fixes bug in the calculation of the kinetic torque matrix when using either the electron terms or method==1.
19+
20+
1321
GPEC v1.5.4
1422
===========
1523

0 commit comments

Comments
 (0)