sphractal.datasets
Module Contents
Functions
Get path to an example xyz file (an octahedron palladium nanoparticle). |
|
Get path to the xyz file used for strong scaling tests (a sphere palladium nanoparticle with a diameter of 10 nm). |
|
Get paths to the xyz files used for weak scaling tests (spherical palladium nanoparticles with varying diameters). |
|
Get path to the xyz file used for validation (a file containing a single palladium atom). |
|
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