tequilahub / tequila

A High-Level Abstraction Framework for Quantum Algorithms
MIT License
369 stars 103 forks source link

Fix NumPy float and int #300

Closed erikkjellgren closed 1 year ago

erikkjellgren commented 1 year ago

np.float and np.int does not exist in NumPy anymore.

Code changed to use np.float64 and np.int64.

erikkjellgren commented 1 year ago

Closing PR, because I failed to read the contribute guidelines about starting from the branch devel