NptJregs: Avoid loading weights higher than requested
commit35846b3bcd2458fc5bfeddb8dfdf8a8da3a9dca5
authorCarlos R. Mafra <crmafra@gmail.com>
Thu, 29 Sep 2016 20:20:20 +0000 (29 21:20 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Fri, 30 Sep 2016 16:20:48 +0000 (30 17:20 +0100)
tree9c0f6757386170594c600953f34bfa854445ffd3
parent48dcad3d28acb2275d24b05d8f914b460ccce981
NptJregs: Avoid loading weights higher than requested

If BGexpand(w) requested weight=w, avoid loading terms
with weight higher than w from the various NptJregs/ files.

The conversion was done with a Python script, added in this patch
for future use.

This change improves the performance at low orders of alpha' and
complements the previous commit.
NptJregs/10ptJregs.h
NptJregs/4ptJregs.h
NptJregs/6ptJregs.h
NptJregs/7ptJregs.h
NptJregs/8ptJregs.h
NptJregs/9ptJregs.h
NptJregs/add_conditionals.py [new file with mode: 0644]
README