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

Go to the source code of this file.

Functions

if size (nn, 1) > 0 for ii
 

Variables

 function [psi6_pos, nn]
 
 psi6_pos = 0
 

Function Documentation

◆ size()

if size ( nn  ,
 
)

Variable Documentation

◆ function

function[psi6_pos, nn]
Initial value:
= psi6_DT(pos,X,Y)
%Calculate the orientational order parameter defined at point pos
%between the points (X,Y)
% pos: Defines the location to calculate the orientational order
% X: Surrounding points in X coord to calculate oreintational order
% Y: Surrounding points in Y coord to calculate oreintational order
%Returns
% psi6_pos: The value of psi_6(pos)
% nn: Number of nearest neighbours
nn = length(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
neighbours
Definition: findNN.m:7
Struct for an x, y, z position.
Definition: ds.h:42
X
Definition: en.py:69
end nn
Definition: psi6.m:21
psi6_pos
Definition: psi6_DT.m:11
Y
Definition: en.py:70
length
Definition: vort.py:75

Definition at line 1 of file psi6_DT.m.

◆ psi6_pos

end psi6_pos = 0

Definition at line 11 of file psi6_DT.m.