hptt
hptt copied to clipboard
Python API not working for complex arrays
Test fails for the python API when complex numbers are used. The culprit seems to be a missing parameter in pythonAPI/hptt/hptt.py
at line 119 (setConjA
is missing, which is instead present in the C handle).
Fixed in #32.