[submodule "pybind11"]
	path = external/pybind11
	url = https://github.com/pybind/pybind11
[submodule "external/nlohmann_json"]
	path = external/nlohmann_json
	url = https://github.com/nlohmann/json
[submodule "external/Catch2"]
	path = external/Catch2
	url = https://github.com/catchorg/Catch2
[submodule "external/CLI11"]
	path = external/CLI11
	url = https://github.com/CLIUtils/CLI11
[submodule "external/lammps"]
	path = external/lammps
	url = https://github.com/lammps/lammps
[submodule "external/fmt"]
	path = external/fmt
	url = https://github.com/fmtlib/fmt
