sphractal

Descriptions

Features

Provides
  1. Representation of the surfaces of 3D atomistic objects consisting of spherical entities as either voxelised point clouds or mathematically exact surfaces.

  2. Efficient algorithms for box-counting calculations.

  3. Customisable parameters to control the level of detail and precision of the calculations.

Documentations

Documentation is available in two forms: docstrings provided with the code, and a loose standing reference guide, available from the Sphractal homepage.

Code snippets in docstrings are indicated by three greater-than signs:

>>> x = 42
>>> x = x + 1

Use the built-in help function to view a function’s docstring:

>>> import sphractal
>>> help(sphractal.runBoxCnt)
... # docstring: +SKIP

Utilities

test (To be implemented)

Run Sphractal tests.

__version__

Return Sphractal version string.

Subpackages

Submodules