Skip to content

Commit

Permalink
Revert "Fix. Remove extra InteractiveState call"
Browse files Browse the repository at this point in the history
This reverts commit 60ece84.
  • Loading branch information
abogdanenko committed Apr 19, 2015
1 parent 28b50f4 commit 0c26d16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NumericalComputationInteractive.sage
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class NumericalComputationInteractive(NumericalComputationPlots):
"""
html('<h2>Density matrix diagonal elem</h2>')
def inner(
state = self.StateSlider(),
state = self.space.StateSlider(),
auto_update = False):
"""
Shows line plot of state vector component
Expand Down
5 changes: 5 additions & 0 deletions me.worksheet
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ num.ShowStates()
num.ShowSink()
}}}

{{{
interact(num.InteractiveState())
pass
}}}

{{{
interact(num.InteractiveProbabilityBarChart())
pass
Expand Down

0 comments on commit 0c26d16

Please sign in to comment.