.babelrc
.eslintrc.json
.gitattributes
.gitignore
.mocharc.json
.pre-commit-config.yaml
.prettierignore
.prettierrc
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig-transpile.json
tsconfig.json
.github/workflows/cicd.yml
.husky/post-checkout
.husky/post-commit
.husky/post-merge
.husky/pre-commit
.husky/pre-push
images/made/tools/tools_diagram_general.png
images/made/tools/tools_diagram_interface.png
src/js/constants.ts
src/js/made.ts
src/js/material.ts
src/js/materialMixin.ts
src/js/math.ts
src/js/types.ts
src/js/basis/basis.ts
src/js/basis/constrained_basis.ts
src/js/basis/coordinates.ts
src/js/basis/elements.ts
src/js/basis/helpers.ts
src/js/basis/labels.ts
src/js/cell/cell.ts
src/js/cell/conventional_cell.ts
src/js/cell/primitive_cell.ts
src/js/constraints/constraints.ts
src/js/lattice/lattice.ts
src/js/lattice/lattice_types.ts
src/js/lattice/unit_cell.ts
src/js/lattice/reciprocal/lattice_reciprocal.ts
src/js/lattice/reciprocal/paths.ts
src/js/lattice/reciprocal/symmetry_points.ts
src/js/parsers/cif.ts
src/js/parsers/errors.ts
src/js/parsers/espresso.ts
src/js/parsers/native_format_parsers.ts
src/js/parsers/parsers.ts
src/js/parsers/poscar.ts
src/js/parsers/xyz.ts
src/js/parsers/xyz_combinatorial_basis.ts
src/js/tools/basis.ts
src/js/tools/cell.ts
src/js/tools/index.ts
src/js/tools/material.ts
src/js/tools/supercell.ts
src/js/tools/surface.ts
src/js/types/array-almost-equal.d.ts
src/js/types/index.ts
src/js/types/material.ts
src/py/__init__.py
src/py/mat3ra/__init__.py
src/py/mat3ra/made/__init__.py
src/py/mat3ra/made/cell.py
src/py/mat3ra/made/debug_utils.py
src/py/mat3ra/made/lattice.py
src/py/mat3ra/made/material.py
src/py/mat3ra/made/utils.py
src/py/mat3ra/made/basis/__init__.py
src/py/mat3ra/made/basis/coordinates.py
src/py/mat3ra/made/tools/README.md
src/py/mat3ra/made/tools/__init__.py
src/py/mat3ra/made/tools/bonds.py
src/py/mat3ra/made/tools/enums.py
src/py/mat3ra/made/tools/modify.py
src/py/mat3ra/made/tools/optimize.py
src/py/mat3ra/made/tools/site.py
src/py/mat3ra/made/tools/third_party.py
src/py/mat3ra/made/tools/analyze/__init__.py
src/py/mat3ra/made/tools/analyze/coordination.py
src/py/mat3ra/made/tools/analyze/lattice.py
src/py/mat3ra/made/tools/analyze/material.py
src/py/mat3ra/made/tools/analyze/other.py
src/py/mat3ra/made/tools/analyze/rdf.py
src/py/mat3ra/made/tools/analyze/utils.py
src/py/mat3ra/made/tools/build/__init__.py
src/py/mat3ra/made/tools/build/mixins.py
src/py/mat3ra/made/tools/build/supercell.py
src/py/mat3ra/made/tools/build/utils.py
src/py/mat3ra/made/tools/build/defect/__init__.py
src/py/mat3ra/made/tools/build/defect/builders.py
src/py/mat3ra/made/tools/build/defect/configuration.py
src/py/mat3ra/made/tools/build/defect/enums.py
src/py/mat3ra/made/tools/build/defect/factories.py
src/py/mat3ra/made/tools/build/grain_boundary/__init__.py
src/py/mat3ra/made/tools/build/grain_boundary/builders.py
src/py/mat3ra/made/tools/build/grain_boundary/configuration.py
src/py/mat3ra/made/tools/build/interface/__init__.py
src/py/mat3ra/made/tools/build/interface/builders.py
src/py/mat3ra/made/tools/build/interface/commensurate_lattice_pair.py
src/py/mat3ra/made/tools/build/interface/configuration.py
src/py/mat3ra/made/tools/build/interface/enums.py
src/py/mat3ra/made/tools/build/interface/termination_pair.py
src/py/mat3ra/made/tools/build/interface/utils.py
src/py/mat3ra/made/tools/build/nanoparticle/__init__.py
src/py/mat3ra/made/tools/build/nanoparticle/builders.py
src/py/mat3ra/made/tools/build/nanoparticle/configuration.py
src/py/mat3ra/made/tools/build/nanoparticle/enums.py
src/py/mat3ra/made/tools/build/nanoribbon/__init__.py
src/py/mat3ra/made/tools/build/nanoribbon/builders.py
src/py/mat3ra/made/tools/build/nanoribbon/configuration.py
src/py/mat3ra/made/tools/build/nanoribbon/enums.py
src/py/mat3ra/made/tools/build/passivation/__init__.py
src/py/mat3ra/made/tools/build/passivation/builders.py
src/py/mat3ra/made/tools/build/passivation/configuration.py
src/py/mat3ra/made/tools/build/perturbation/__init__.py
src/py/mat3ra/made/tools/build/perturbation/builders.py
src/py/mat3ra/made/tools/build/perturbation/configuration.py
src/py/mat3ra/made/tools/build/slab/__init__.py
src/py/mat3ra/made/tools/build/slab/builders.py
src/py/mat3ra/made/tools/build/slab/configuration.py
src/py/mat3ra/made/tools/build/slab/termination.py
src/py/mat3ra/made/tools/calculate/__init__.py
src/py/mat3ra/made/tools/calculate/calculators.py
src/py/mat3ra/made/tools/calculate/interaction_functions.py
src/py/mat3ra/made/tools/calculate/ase/__init__.py
src/py/mat3ra/made/tools/calculate/ase/constraints.py
src/py/mat3ra/made/tools/convert/__init__.py
src/py/mat3ra/made/tools/convert/utils.py
src/py/mat3ra/made/tools/utils/__init__.py
src/py/mat3ra/made/tools/utils/coordinate.py
src/py/mat3ra/made/tools/utils/factories.py
src/py/mat3ra/made/tools/utils/functions.py
src/py/mat3ra/made/tools/utils/perturbation.py
src/py/mat3ra_made.egg-info/PKG-INFO
src/py/mat3ra_made.egg-info/SOURCES.txt
src/py/mat3ra_made.egg-info/dependency_links.txt
src/py/mat3ra_made.egg-info/entry_points.txt
src/py/mat3ra_made.egg-info/requires.txt
src/py/mat3ra_made.egg-info/top_level.txt
tests/.gitattributes
tests/fixtures/AsGe-basis.json
tests/fixtures/C2H4-translated.json
tests/fixtures/C2H4.json
tests/fixtures/FeLiSi-basis.json
tests/fixtures/FeO.json
tests/fixtures/Ge2-basis.json
tests/fixtures/Graphene.json
tests/fixtures/Graphene.poscar
tests/fixtures/H2+H-final.json
tests/fixtures/H2+H-image.json
tests/fixtures/H2+H-initial.json
tests/fixtures/H2O.poscar
tests/fixtures/LiFeSi-basis-labels.json
tests/fixtures/LiFeSi-basis.json
tests/fixtures/Na.json
tests/fixtures/Na4Cl4-cartesian.json
tests/fixtures/Na4Cl4.json
tests/fixtures/Na4Cl4.poscar
tests/fixtures/Ni-hex.json
tests/fixtures/Ni-hex.poscar
tests/fixtures/OSi-basis.json
tests/fixtures/Si-hex.poscar
tests/fixtures/Si-pwscf.in
tests/fixtures/Si-slab.json
tests/fixtures/Si-supercell.json
tests/fixtures/Si2-basis-repeated.json
tests/fixtures/Si2-basis.json
tests/fixtures/Zr1H23Zr1H1.json
tests/fixtures/Zr1H23Zr1H1.poscar
tests/fixtures/atomic-constraints.json
tests/fixtures/si-slab-100.json
tests/fixtures/si-slab-111-0-vacuum.json
tests/fixtures/si-slab-111-0.5-vacuum-gamma-120.json
tests/fixtures/si-slab-111-0.5-vacuum-ratio.json
tests/fixtures/si-standata.json
tests/js/fixtures.ts
tests/js/material.test.ts
tests/js/setup.ts
tests/js/basis/basis.ts
tests/js/cell/cell.ts
tests/js/cell/primitive_cell.ts
tests/js/constraints/constraints.ts
tests/js/lattice/lattice.ts
tests/js/lattice/lattice_reciprocal.ts
tests/js/parsers/espresso.ts
tests/js/parsers/native_formats.ts
tests/js/parsers/poscar.ts
tests/js/parsers/xyz.ts
tests/js/parsers/xyz_combinatorial_basis.ts
tests/js/tools/basis.ts
tests/js/tools/supercell.ts
tests/js/tools/surface.ts
tests/py/conftest.py
tests/py/unit/__init__.py
tests/py/unit/test_cell.py
tests/py/unit/test_lattice.py
tests/py/unit/test_material.py
tests/py/unit/test_tools_analyze.py
tests/py/unit/test_tools_build.py
tests/py/unit/test_tools_build_defect.py
tests/py/unit/test_tools_build_grain_boundary.py
tests/py/unit/test_tools_build_interface.py
tests/py/unit/test_tools_build_nanoribbon.py
tests/py/unit/test_tools_build_passivation.py
tests/py/unit/test_tools_build_perturbation.py
tests/py/unit/test_tools_build_slab.py
tests/py/unit/test_tools_build_supercell.py
tests/py/unit/test_tools_calculate.py
tests/py/unit/test_tools_convert.py
tests/py/unit/test_tools_modify.py
tests/py/unit/utils.py
tests/py/unit/fixtures/__init__.py
tests/py/unit/fixtures/cell.py
tests/py/unit/fixtures/cuts.py
tests/py/unit/fixtures/interface.py
tests/py/unit/fixtures/monolayer.py
tests/py/unit/fixtures/nanoribbon.py
tests/py/unit/fixtures/slab.py
tests/py/unit/fixtures/supercell.py
tests/py/unit/fixtures/generated/__init__.py
tests/py/unit/fixtures/generated/fixtures.py