.babelrc
.eslintrc.json
.gitignore
.mocharc.json
.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
src/js/constants.js
src/js/made.js
src/js/material.ts
src/js/math.js
src/js/types.ts
src/js/abstract/array_with_ids.ts
src/js/abstract/scalar_with_id.ts
src/js/basis/basis.ts
src/js/basis/constrained_basis.ts
src/js/basis/types.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_bravais.ts
src/js/lattice/lattice_vectors.ts
src/js/lattice/types.ts
src/js/lattice/unit_cell.ts
src/js/lattice/reciprocal/lattice_reciprocal.js
src/js/lattice/reciprocal/paths.js
src/js/lattice/reciprocal/symmetry_points.ts
src/js/parsers/cif.js
src/js/parsers/errors.js
src/js/parsers/espresso.ts
src/js/parsers/native_format_parsers.js
src/js/parsers/parsers.js
src/js/parsers/poscar.ts
src/js/parsers/xyz.ts
src/js/parsers/xyz_combinatorial_basis.js
src/js/tools/basis.js
src/js/tools/cell.js
src/js/tools/index.js
src/js/tools/material.js
src/js/tools/supercell.ts
src/js/tools/surface.js
src/py/__init__.py
src/py/mat3ra/__init__.py
src/py/mat3ra/made/__init__.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/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.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.json
tests/fixtures/Si-hex.poscar
tests/fixtures/Si-pwscf.in
tests/fixtures/Si-slab.json
tests/fixtures/Si-supercell.json
tests/fixtures/Si.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/js/enums.js
tests/js/material.test.js
tests/js/setup.js
tests/js/utils.js
tests/js/basis/basis.js
tests/js/cell/cell.js
tests/js/cell/primitive_cell.js
tests/js/constraints/constraints.js
tests/js/lattice/lattice.js
tests/js/lattice/lattice_bravais.js
tests/js/lattice/lattice_reciprocal.js
tests/js/lattice/lattice_vectors.js
tests/js/parsers/espresso.js
tests/js/parsers/native_formats.js
tests/js/parsers/poscar.js
tests/js/parsers/xyz.js
tests/js/parsers/xyz_combinatorial_basis.js
tests/js/tools/basis.js
tests/js/tools/supercell.js
tests/js/tools/surface.js
tests/py/__init__.py
tests/py/unit/__init__.py
tests/py/unit/test_sample.py