Open mrvee-qC-bee opened 1 year ago
Hello!... I am new to the contributing community here. Is this issue still available to work on?
@Ak-ash22: in this case, the author has put in a PR themselves (#9966). If you're looking for issues to contribute to, have a look at the "good first issues" tag for some places that might be unassigned.
Environment
What is happening?
plot_bloch_vector(coords = 'spherical')
modifies input coordinate list to spherical after function call when specifying coords = 'spherical'. This behaviour may not be desirable or atleast is not documented anywhereHow can we reproduce the issue?
What should happen?
There should be no change in input coordinate list irrespective of mode or at least the behaviour should be documented if it was desired
Any suggestions?
Culprit seems to be around here:
https://github.com/Qiskit/qiskit-terra/blob/main/qiskit/visualization/state_visualization.py#L241-L245
Shoutout to @vabarbosa for catching the lines above^