We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1617e0 commit af8989cCopy full SHA for af8989c
qmctoolscl/rand_funcs.py
@@ -200,7 +200,7 @@ def dnb2_nested_uniform_scramble(
200
_xb_new = xb[l_x,i,j]<<t_delta
201
_xb = _xb_new
202
node = root_nodes[l,j]
203
- t = tmax_new
+ t = int(tmax_new)
204
shift = np.uint64(0)
205
while t>0:
206
b = int(_xb>>np.uint64(t-1))&1 # leading bit of _xb
setup.py
@@ -23,7 +23,7 @@
23
24
setuptools.setup(
25
name = "qmctoolscl",
26
- version = "1.1.2",
+ version = "1.1.3",
27
author="Aleksei G Sorokin",
28
author_email="asorokin@hawk.iit.edu",
29
install_requires = [
0 commit comments