GPUE  v1.0
GPU Gross-Pitaevskii Equation numerical solver for Bose-Einstein condensates
psi6.m File Reference

Go to the source code of this file.

Functions

if size (nn, 1) > 0 for ii
 

Variables

 function [psi6_pos, nn]
 
Y __pad0__
 
Y Y range of pointsradius
 
Y Y range of pointsidx = findNN(pos,X,Y,radius)
 
% find number of neighbours and indices of % neighbours for X
 
% find number of neighbours and indices of % neighbours for Y psi6_pos = 0
 
end nn =length(nn)
 

Function Documentation

◆ size()

if size ( nn  ,
 
)

Variable Documentation

◆ __pad0__

Y __pad0__

Definition at line 1 of file psi6.m.

◆ function

function[psi6_pos, nn]
Initial value:
= psi6(pos,X,Y,radius)
%Calculate the orientational order parameter defined at point pos
%between the points (X,Y)
% pos: Defines the location to calculate the orientational order
% X
int pos
Definition: vort.py:95
end % Calculate all n choose k pairings of points
Definition: g6_struct.m:16
and assumes too high and very sparse Start at
Definition: velField.m:5
Struct for an x, y, z position.
Definition: ds.h:42
Y
Definition: en.py:70
% find number of neighbours and indices of % neighbours for X
Definition: psi6.m:12
Y Y range of points % radius
Definition: psi6.m:1

Definition at line 1 of file psi6.m.

◆ idx

Y Y range of points % idx = findNN(pos,X,Y,radius)

Definition at line 11 of file psi6.m.

◆ nn

end nn =length(nn)

Definition at line 21 of file psi6.m.

◆ psi6_pos

end psi6_pos = 0

Definition at line 13 of file psi6.m.

◆ radius

Y Y range of points % radius

Definition at line 1 of file psi6.m.

◆ X

% find number of neighbours and indices of % neighbours for X

Definition at line 12 of file psi6.m.