Updated demo_legacy_explorer.ipynb #13
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed the issues:
Gave a detailed description:
We are creating two quantum systems using the
scqlibrary.Fluxonium: This is a type of superconducting circuit, a quantum system that can be used as a qubit (the basic unit of quantum information). The parametersEJ,EC,EL,flux,cutoff, andtruncated_dimare specific to the physics of the Fluxonium system.Oscillator: This represents a quantum harmonic oscillator, a system that, when undisturbed, oscillates at some steady frequency.E_oscis the energy of the oscillator andtruncated_dimis the dimension after truncation.Here's a brief explanation of the parameters:
EJ,EC,EL: Energy scales for the Fluxonium system (Josephson, charging, and inductive energy respectively).flux: External magnetic flux applied to the Fluxonium circuit.cutoff: The maximum number of charge states included in the Hilbert space.truncated_dim: The dimension of the Hilbert space after it has been truncated.E_osc: Energy of the quantum harmonic oscillator.the code I fixed:
They are not showing any errors