pygpe.shared.vortices.vortex_phase_profile#

pygpe.shared.vortices.vortex_phase_profile(grid, num_vortices, threshold)#

Constructs a 2D phase profile consisting of 2pi phase windings. This phase can be applied to a wavefunction to generate different types of vortices.

Parameters:
  • grid (Grid) – The 2D grid of the system.

  • num_vortices (int) – The total number of vortices to be included in the phase profile.

  • threshold (float) – The minimum distance allowed between any two vortices.