Closed bpatel2107 closed 5 months ago
TGLF doesn't set a kx grid which can break calculations of BOX_SIZE or jtwist. Here we check if kx==0 and set the radial box multiplier to 1 in these cases.
BOX_SIZE
jtwist
kx==0
Added a test to check this.
TGLF doesn't set a kx grid which can break calculations of
BOX_SIZE
orjtwist
. Here we check ifkx==0
and set the radial box multiplier to 1 in these cases.Added a test to check this.