LICENSE
MANIFEST.in
readme.rst
requirements.txt
setup.py
tests/test_bsplines.py
tests/test_calculator.py
tests/test_composition.py
tests/test_distances.py
tests/test_geometry.py
tests/test_io.py
tests/test_knots.py
tests/test_least_squares.py
tests/test_regularize.py
tests/test_representation.py
tests/test_subsample.py
uf3/__init__.py
uf3.egg-info/PKG-INFO
uf3.egg-info/SOURCES.txt
uf3.egg-info/dependency_links.txt
uf3.egg-info/requires.txt
uf3.egg-info/top_level.txt
uf3/data/__init__.py
uf3/data/analyze.py
uf3/data/composition.py
uf3/data/geometry.py
uf3/data/io.py
uf3/forcefield/__init__.py
uf3/forcefield/calculator.py
uf3/forcefield/lammps.py
uf3/forcefield/properties/__init__.py
uf3/forcefield/properties/elastic.py
uf3/forcefield/properties/phonon.py
uf3/regression/__init__.py
uf3/regression/least_squares.py
uf3/regression/regularize.py
uf3/representation/__init__.py
uf3/representation/angles.py
uf3/representation/bspline.py
uf3/representation/distances.py
uf3/representation/process.py
uf3/util/__init__.py
uf3/util/cubehelix.py
uf3/util/json_io.py
uf3/util/parallel.py
uf3/util/plot_slices_3b.py
uf3/util/plotting.py
uf3/util/plotting3d.py
uf3/util/subsample.py
uf3/util/user_config.py