Skip to content

Commit

Permalink
use default initial rotation rate, see #54
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 4, 2025
1 parent 81e48ae commit c25ff4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/bloch-sphere/model/BlochSphereModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default class BlochSphereModel implements TModel {
} );

this.singleMeasurementBlochSphere = new ComplexBlochSphere( {
initialRotationSpeed: 0.5,
tandem: providedOptions.tandem.createTandem( 'singleMeasurementBlochSphere' )
} );
this.singleMeasurementBlochSphere.polarAngleProperty.value = Math.PI / 2;
Expand Down

0 comments on commit c25ff4b

Please sign in to comment.