calc_2d_csd

qdflow.generate.calc_2d_csd(physics, V_x, V_y, numerics=None, include_excited=True, include_converged=False, include_current=False)

Calculates a charge-stability diagram for the case where there are only two dots.

Parameters:
  • physics (PhysicsParameters) – The physical parameters of the device to simulate.

  • V_x (ndarray[float]) – The possible x- and y-coordinates of the pixels in the diagram.

  • V_y (ndarray[float]) – The possible x- and y-coordinates of the pixels in the diagram.

  • numerics (NumericsParameters | None) – The numeric parameters to be used during the simulation.

  • include_excited (bool) – Whether to include excited state data for applying latching effects.

  • include_converged (bool) – Whether to include data about whether the simulation properly converged at each pixel.

Returns:

A CSDOutput object wrapping the results of the computation.

Return type:

CSDOutput