Global

Members

chargingEnergyDisplay :p5.element

Handler for the paragraphs that displays the current charging energy.
Type:
  • p5.element
Source:

chargingEnergySlider :p5.element

Handler for the charging energy slider.
Type:
  • p5.element
Source:

energyScatterChart :Chart

Handler for the chart js canvas context.
Type:
  • Chart
Source:

setChargingEnergy :number

The charging energy set by the slider in the control panel.
Type:
  • number
Source:

setTunnellingEnergy :number

The tunnelling energy set by the slider in the control panel.
Type:
  • number
Source:

tunnellingEnergyisplay :p5.element

Handler for the paragraphs that displays the current tunnelling energy.
Type:
  • p5.element
Source:

tunnellingEnergySlider :p5.element

Handler for the tunnelling energy slider.
Type:
  • p5.element
Source:

Methods

chartSetup()

Function to setup chart js canvases to plot the energy levels of the cooper pair box.
Source:

chartUpdate()

Function to plot the energy levels of the cooper pair box.
Source:

draw()

p5.js draw function, is run every frame to create the desired animation
Source:

hamiltonian(charging_energy, tunnelling_energy, nopt, statesopt) → {Array|Matrix}

Function to calculate the Hamiltonian matrix for a cooper pair box qubit with a given charging energy and tunnelling energy
Parameters:
Name Type Attributes Default Description
charging_energy number The charging energy - The energy reuired to either add or subtract a cooper pair from the system
tunnelling_energy number The tunnelling energy - The energy required for a cooper pair to transition form one energy level to another.
n number <optional>
0 The gate induced charge for the cooper pair box.
states number <optional>
5 The number of states the cooper pair box can take.
Source:
Returns:
The Hamiltonian matrix
Type
Array | Matrix

setup()

p5.js setup function, creates canvas.
Source:

Documentation generated by JSDoc 3.6.3 on Sat Jun 11 2022 21:25:48 GMT+0100 (BST)