In a recnet install, I ran into this error:
File ~\AppData\Local\miniforge3\envs\qiskit-metal-pip\lib\site-packages\pyEPR\calcs\back_box_numeric.py:225, in make_dispersive.<locals>.closest_state_to.<locals>.distance(s2)
224 def distance(s2):
--> 225 return (s.dag() * s2[1]).norm()
AttributeError: 'complex' object has no attribute 'norm'
Some googling suggests that this is related to problems with changes in numpy between 1.19 and 1.20:
https://groups.google.com/g/qutip/c/R0kXhv1rtO8
https://www.reddit.com/r/QuantumComputing/comments/1dll5gh/pyepr_tutorial_1_questions/
It looks like a pretty simple fix? I may look into fixing it and submitting a pull request.
In a recnet install, I ran into this error:
Some googling suggests that this is related to problems with changes in numpy between 1.19 and 1.20:
https://groups.google.com/g/qutip/c/R0kXhv1rtO8
https://www.reddit.com/r/QuantumComputing/comments/1dll5gh/pyepr_tutorial_1_questions/
It looks like a pretty simple fix? I may look into fixing it and submitting a pull request.