You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for the 'Basis state' radio buttons to toggle and untoggle freely we are using QuantumUncollapsedCoinStateValues = [ 'up', 'down', 'superposed' ] in addition to the normal 'up' and 'down' in QuantumCoinStateValues. After discussing with @jbphet we agreed that there should be a safer and more elegant way of stating that a coin is in superposition.
The text was updated successfully, but these errors were encountered:
Currently, for the 'Basis state' radio buttons to toggle and untoggle freely we are using
QuantumUncollapsedCoinStateValues = [ 'up', 'down', 'superposed' ]
in addition to the normal 'up' and 'down' inQuantumCoinStateValues
. After discussing with @jbphet we agreed that there should be a safer and more elegant way of stating that a coin is in superposition.The text was updated successfully, but these errors were encountered: