Trivial cluster

cluster_single(a, b = a, c = b, phi = 0, theta = 0, psi = 0)

Arguments

a
semi-axis along x
b
semi-axis along y
c
semi-axis along z
phi
first Euler angle
theta
second Euler angle
psi
third Euler angle

Value

list of class cluster with fields: positions, sizes, angles

Details

A single particle cluster

See also

Other user_level cluster: cluster_array, cluster_ball, cluster_chain, cluster_dimer, cluster_helix, cluster_shell

Examples

cl = cluster_single(10)