Skip to content

Commit

Permalink
start in state shown in design doc, see #54
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 3, 2025
1 parent 86e2ed7 commit cc8b5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bloch-sphere/model/BlochSphereModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class BlochSphereModel implements TModel {

public constructor( providedOptions: QuantumMeasurementModelOptions ) {

this.selectedSceneProperty = new Property( BlochSphereScene.PRECESSION, {
this.selectedSceneProperty = new Property( BlochSphereScene.MEASUREMENT, {
tandem: providedOptions.tandem.createTandem( 'selectedSceneProperty' ),
phetioReadOnly: true,
phetioValueType: EnumerationIO( BlochSphereScene )
Expand Down

0 comments on commit cc8b5c3

Please sign in to comment.