sphractal.datasets

Module Contents

Functions

getExampleDataPath()

Get path to an example xyz file (an octahedron palladium nanoparticle).

getStrongScalingDataPath()

Get path to the xyz file used for strong scaling tests (a sphere palladium nanoparticle with a diameter of 10 nm).

getWeakScalingDataPaths()

Get paths to the xyz files used for weak scaling tests (spherical palladium nanoparticles with varying diameters).

getValidationDataPath()

Get path to the xyz file used for validation (a file containing a single palladium atom).

getCaseStudyDataPaths()

Get paths to the xyz files used for case study (ordered and disordered octahedron, rhombic dodecahedron, and tetrahedron palladium nanoparticles).

sphractal.datasets.getExampleDataPath()[source]

Get path to an example xyz file (an octahedron palladium nanoparticle).

Returns:

xyzFilePath – Path to xyz file.

Return type:

str

sphractal.datasets.getStrongScalingDataPath()[source]

Get path to the xyz file used for strong scaling tests (a sphere palladium nanoparticle with a diameter of 10 nm).

Returns:

xyzFilePath – Path to xyz file.

Return type:

str

sphractal.datasets.getWeakScalingDataPaths()[source]

Get paths to the xyz files used for weak scaling tests (spherical palladium nanoparticles with varying diameters).

Returns:

xyzFilePaths – Paths to xyz files.

Return type:

list of str

sphractal.datasets.getValidationDataPath()[source]

Get path to the xyz file used for validation (a file containing a single palladium atom).

Returns:

xyzFilePath – Path to xyz file.

Return type:

str

sphractal.datasets.getCaseStudyDataPaths()[source]

Get paths to the xyz files used for case study (ordered and disordered octahedron, rhombic dodecahedron, and tetrahedron palladium nanoparticles).

Returns:

xyzFilePaths – Paths to xyz files.

Return type:

list of str