qiskit-community / ffsim

Faster simulations of fermionic quantum circuits.
https://qiskit-community.github.io/ffsim/
Apache License 2.0
19 stars 5 forks source link

Add more specific type annotations for Numpy arrays #178

Open kevinsung opened 1 month ago

kevinsung commented 1 month ago

So far we only use np.ndarray in type annotations but they could be made more specific to specify expected data types and shapes.