supersolids.helper.Resolution

Module Contents

Classes

Resolution

Specifies the resolution of the simulation in x, y, z directions (1D, 2D, 3D).

Functions

ResAssert(Res, a)

class supersolids.helper.Resolution.Resolution(x, y=None, z=None)

Specifies the resolution of the simulation in x, y, z directions (1D, 2D, 3D).

Parameters
  • x (float) –

  • y (Optional[float]) –

  • z (Optional[float]) –

__str__(self)

Return str(self).

Return type

List[Optional[float]]

to_array(self)
supersolids.helper.Resolution.ResAssert(Res, a)