cluster_dimer: cluster_dimer

View source: R/clusters.R

cluster_dimerR Documentation

cluster_dimer

Description

A dimer of two particles

Usage

cluster_dimer(
  d = 100,
  a = 35,
  b = 12,
  c = b,
  dihedral = pi/4,
  alpha1 = 0,
  alpha2 = 0
)

Arguments

d

center-to-center distance

a

semi-axis along x

b

semi-axis along y

c

semi-axis along z

dihedral

dihedral angle

alpha1

angle first rod

alpha2

angle second rod

Details

A cluster describing two particles, with dimer axis along z

Value

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

Author(s)

baptiste Auguie

See Also

Other user_level cluster: cluster_array(), cluster_ball(), cluster_chain(), cluster_helix(), cluster_pumpkin(), cluster_shell(), cluster_single()


baptiste/cda documentation built on May 6, 2022, 5:52 a.m.