CMakeLists.txt
changelog.md
license.md
readme.md
setup.cfg
setup.manifest
setup.py
cppcore/CMakeLists.txt
cppcore/cmake/cppformat.cmake
cppcore/cmake/download.cmake
cppcore/cmake/mkl.cmake
cppcore/cmake/warnings.cmake
cppcore/include/Model.hpp
cppcore/include/compute/detail.hpp
cppcore/include/compute/kernel_polynomial.hpp
cppcore/include/compute/lanczos.hpp
cppcore/include/compute/linear_algebra.hpp
cppcore/include/compute/eigen3/lanczos.hpp
cppcore/include/compute/eigen3/linear_algebra.hpp
cppcore/include/compute/mkl/lanczos.hpp
cppcore/include/compute/mkl/linear_algebra.hpp
cppcore/include/compute/mkl/wrapper.hpp
cppcore/include/detail/config.hpp
cppcore/include/detail/macros.hpp
cppcore/include/detail/slice.hpp
cppcore/include/detail/strategy.hpp
cppcore/include/detail/thread.hpp
cppcore/include/detail/typelist.hpp
cppcore/include/greens/Greens.hpp
cppcore/include/greens/KPM.hpp
cppcore/include/greens/kpm/Bounds.hpp
cppcore/include/greens/kpm/Moments.hpp
cppcore/include/greens/kpm/OptimizedHamiltonian.hpp
cppcore/include/greens/kpm/OptimizedSizes.hpp
cppcore/include/greens/kpm/Stats.hpp
cppcore/include/greens/kpm/calc_moments.hpp
cppcore/include/greens/kpm/calc_moments_cuda.hpp
cppcore/include/hamiltonian/Hamiltonian.hpp
cppcore/include/hamiltonian/HamiltonianModifiers.hpp
cppcore/include/leads/HamiltonianPair.hpp
cppcore/include/leads/Leads.hpp
cppcore/include/leads/Spec.hpp
cppcore/include/leads/Structure.hpp
cppcore/include/numeric/arrayref.hpp
cppcore/include/numeric/constant.hpp
cppcore/include/numeric/dense.hpp
cppcore/include/numeric/ellmatrix.hpp
cppcore/include/numeric/random.hpp
cppcore/include/numeric/sparse.hpp
cppcore/include/numeric/sparseref.hpp
cppcore/include/numeric/traits.cuh
cppcore/include/numeric/traits.hpp
cppcore/include/solver/FEAST.hpp
cppcore/include/solver/Solver.hpp
cppcore/include/support/cppfuture.hpp
cppcore/include/support/format.hpp
cppcore/include/support/simd.hpp
cppcore/include/support/thrust.hpp
cppcore/include/support/variant.hpp
cppcore/include/system/Foundation.hpp
cppcore/include/system/Generators.hpp
cppcore/include/system/Lattice.hpp
cppcore/include/system/Shape.hpp
cppcore/include/system/Symmetry.hpp
cppcore/include/system/System.hpp
cppcore/include/system/SystemModifiers.hpp
cppcore/include/utils/Chrono.hpp
cppcore/src/Model.cpp
cppcore/src/greens/Greens.cpp
cppcore/src/greens/KPM.cpp
cppcore/src/greens/kpm/Bounds.cpp
cppcore/src/greens/kpm/OptimizedHamiltonian.cpp
cppcore/src/greens/kpm/calc_moments.cu
cppcore/src/hamiltonian/Hamiltonian.cpp
cppcore/src/hamiltonian/HamiltonianModifiers.cpp
cppcore/src/leads/Leads.cpp
cppcore/src/leads/Spec.cpp
cppcore/src/leads/Structure.cpp
cppcore/src/solver/FEAST.cpp
cppcore/src/solver/Solver.cpp
cppcore/src/system/Foundation.cpp
cppcore/src/system/Lattice.cpp
cppcore/src/system/Shape.cpp
cppcore/src/system/Symmetry.cpp
cppcore/src/system/System.cpp
cppcore/src/system/SystemModifiers.cpp
cppcore/src/utils/Chrono.cpp
cppcore/tests/CMakeLists.txt
cppcore/tests/catch.cpp
cppcore/tests/fixtures.cpp
cppcore/tests/fixtures.hpp
cppcore/tests/test_compute.cpp
cppcore/tests/test_detail.cpp
cppcore/tests/test_greens.cpp
cppcore/tests/test_leads.cpp
cppcore/tests/test_numeric.cpp
cppcore/tests/test_shape.cpp
cppcore/tests/test_system.cpp
cppwrapper/CMakeLists.txt
cppwrapper/cmake/FindNumPy.cmake
cppwrapper/deps/boost_python/CMakeLists.txt
cppwrapper/deps/boost_python/cmake/FindPythonLibsNew.cmake
cppwrapper/deps/boost_python/cmake/Python2to3.cmake
cppwrapper/deps/boost_python/cmake/PythonTesting.cmake
cppwrapper/deps/boost_python/include/boost/python.hpp
cppwrapper/deps/boost_python/include/boost/python/args.hpp
cppwrapper/deps/boost_python/include/boost/python/args_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/back_reference.hpp
cppwrapper/deps/boost_python/include/boost/python/base_type_traits.hpp
cppwrapper/deps/boost_python/include/boost/python/bases.hpp
cppwrapper/deps/boost_python/include/boost/python/borrowed.hpp
cppwrapper/deps/boost_python/include/boost/python/call.hpp
cppwrapper/deps/boost_python/include/boost/python/call_method.hpp
cppwrapper/deps/boost_python/include/boost/python/cast.hpp
cppwrapper/deps/boost_python/include/boost/python/class.hpp
cppwrapper/deps/boost_python/include/boost/python/class_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/copy_const_reference.hpp
cppwrapper/deps/boost_python/include/boost/python/copy_non_const_reference.hpp
cppwrapper/deps/boost_python/include/boost/python/data_members.hpp
cppwrapper/deps/boost_python/include/boost/python/def.hpp
cppwrapper/deps/boost_python/include/boost/python/def_visitor.hpp
cppwrapper/deps/boost_python/include/boost/python/default_call_policies.hpp
cppwrapper/deps/boost_python/include/boost/python/dict.hpp
cppwrapper/deps/boost_python/include/boost/python/docstring_options.hpp
cppwrapper/deps/boost_python/include/boost/python/enum.hpp
cppwrapper/deps/boost_python/include/boost/python/errors.hpp
cppwrapper/deps/boost_python/include/boost/python/exception_translator.hpp
cppwrapper/deps/boost_python/include/boost/python/exec.hpp
cppwrapper/deps/boost_python/include/boost/python/extract.hpp
cppwrapper/deps/boost_python/include/boost/python/handle.hpp
cppwrapper/deps/boost_python/include/boost/python/handle_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/has_back_reference.hpp
cppwrapper/deps/boost_python/include/boost/python/implicit.hpp
cppwrapper/deps/boost_python/include/boost/python/import.hpp
cppwrapper/deps/boost_python/include/boost/python/init.hpp
cppwrapper/deps/boost_python/include/boost/python/instance_holder.hpp
cppwrapper/deps/boost_python/include/boost/python/iterator.hpp
cppwrapper/deps/boost_python/include/boost/python/list.hpp
cppwrapper/deps/boost_python/include/boost/python/long.hpp
cppwrapper/deps/boost_python/include/boost/python/lvalue_from_pytype.hpp
cppwrapper/deps/boost_python/include/boost/python/make_constructor.hpp
cppwrapper/deps/boost_python/include/boost/python/make_function.hpp
cppwrapper/deps/boost_python/include/boost/python/manage_new_object.hpp
cppwrapper/deps/boost_python/include/boost/python/module.hpp
cppwrapper/deps/boost_python/include/boost/python/module_init.hpp
cppwrapper/deps/boost_python/include/boost/python/numeric.hpp
cppwrapper/deps/boost_python/include/boost/python/object.hpp
cppwrapper/deps/boost_python/include/boost/python/object_attributes.hpp
cppwrapper/deps/boost_python/include/boost/python/object_core.hpp
cppwrapper/deps/boost_python/include/boost/python/object_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/object_items.hpp
cppwrapper/deps/boost_python/include/boost/python/object_operators.hpp
cppwrapper/deps/boost_python/include/boost/python/object_protocol.hpp
cppwrapper/deps/boost_python/include/boost/python/object_protocol_core.hpp
cppwrapper/deps/boost_python/include/boost/python/object_slices.hpp
cppwrapper/deps/boost_python/include/boost/python/opaque_pointer_converter.hpp
cppwrapper/deps/boost_python/include/boost/python/operators.hpp
cppwrapper/deps/boost_python/include/boost/python/other.hpp
cppwrapper/deps/boost_python/include/boost/python/overloads.hpp
cppwrapper/deps/boost_python/include/boost/python/override.hpp
cppwrapper/deps/boost_python/include/boost/python/pointee.hpp
cppwrapper/deps/boost_python/include/boost/python/proxy.hpp
cppwrapper/deps/boost_python/include/boost/python/ptr.hpp
cppwrapper/deps/boost_python/include/boost/python/pure_virtual.hpp
cppwrapper/deps/boost_python/include/boost/python/raw_function.hpp
cppwrapper/deps/boost_python/include/boost/python/refcount.hpp
cppwrapper/deps/boost_python/include/boost/python/reference_existing_object.hpp
cppwrapper/deps/boost_python/include/boost/python/register_ptr_to_python.hpp
cppwrapper/deps/boost_python/include/boost/python/return_arg.hpp
cppwrapper/deps/boost_python/include/boost/python/return_by_value.hpp
cppwrapper/deps/boost_python/include/boost/python/return_internal_reference.hpp
cppwrapper/deps/boost_python/include/boost/python/return_opaque_pointer.hpp
cppwrapper/deps/boost_python/include/boost/python/return_value_policy.hpp
cppwrapper/deps/boost_python/include/boost/python/scope.hpp
cppwrapper/deps/boost_python/include/boost/python/self.hpp
cppwrapper/deps/boost_python/include/boost/python/signature.hpp
cppwrapper/deps/boost_python/include/boost/python/slice.hpp
cppwrapper/deps/boost_python/include/boost/python/slice_nil.hpp
cppwrapper/deps/boost_python/include/boost/python/ssize_t.hpp
cppwrapper/deps/boost_python/include/boost/python/stl_iterator.hpp
cppwrapper/deps/boost_python/include/boost/python/str.hpp
cppwrapper/deps/boost_python/include/boost/python/to_python_converter.hpp
cppwrapper/deps/boost_python/include/boost/python/to_python_indirect.hpp
cppwrapper/deps/boost_python/include/boost/python/to_python_value.hpp
cppwrapper/deps/boost_python/include/boost/python/tuple.hpp
cppwrapper/deps/boost_python/include/boost/python/type_id.hpp
cppwrapper/deps/boost_python/include/boost/python/with_custodian_and_ward.hpp
cppwrapper/deps/boost_python/include/boost/python/wrapper.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/arg_from_python.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/arg_to_python.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/as_to_python_function.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/builtin_converters.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/context_result_converter.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/from_python.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/implicit.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/object_manager.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/pyobject_traits.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/pytype_function.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/pytype_object_mgr_traits.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/registered.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/registrations.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/registry.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/return_from_python.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/rvalue_from_python_data.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/shared_ptr.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/shared_ptr_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/std_tuple.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/std_unordered_map.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/std_vector.hpp
cppwrapper/deps/boost_python/include/boost/python/converter/to_python_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/cpp14/type_traits.hpp
cppwrapper/deps/boost_python/include/boost/python/cpp14/utility.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/caller.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/check_overflow.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/config.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/copy_ctor_mutates_rhs.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/def_helper.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/def_helper_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/defaults_def.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/defaults_gen.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/dependent.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/exception_handler.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/get_pointer.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/get_signature.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/invoke.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/is_xxx.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/make_keyword_range_fn.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/none.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/not_specified.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/nullary_function_adaptor.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/operator_id.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/overloads_fwd.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/prefix.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/raw_pyobject.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/referent_storage.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/scope.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/signature.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/string_literal.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/target.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/type_list.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/type_list_utils.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/unwrap_wrapper.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/value_arg.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/void_t.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/wrap_python.hpp
cppwrapper/deps/boost_python/include/boost/python/detail/wrapper_base.hpp
cppwrapper/deps/boost_python/include/boost/python/object/add_to_namespace.hpp
cppwrapper/deps/boost_python/include/boost/python/object/class.hpp
cppwrapper/deps/boost_python/include/boost/python/object/class_detail.hpp
cppwrapper/deps/boost_python/include/boost/python/object/class_metadata.hpp
cppwrapper/deps/boost_python/include/boost/python/object/class_wrapper.hpp
cppwrapper/deps/boost_python/include/boost/python/object/enum_base.hpp
cppwrapper/deps/boost_python/include/boost/python/object/find_instance.hpp
cppwrapper/deps/boost_python/include/boost/python/object/function.hpp
cppwrapper/deps/boost_python/include/boost/python/object/function_doc_signature.hpp
cppwrapper/deps/boost_python/include/boost/python/object/function_handle.hpp
cppwrapper/deps/boost_python/include/boost/python/object/function_object.hpp
cppwrapper/deps/boost_python/include/boost/python/object/inheritance.hpp
cppwrapper/deps/boost_python/include/boost/python/object/inheritance_query.hpp
cppwrapper/deps/boost_python/include/boost/python/object/instance.hpp
cppwrapper/deps/boost_python/include/boost/python/object/iterator.hpp
cppwrapper/deps/boost_python/include/boost/python/object/iterator_core.hpp
cppwrapper/deps/boost_python/include/boost/python/object/life_support.hpp
cppwrapper/deps/boost_python/include/boost/python/object/make_holder.hpp
cppwrapper/deps/boost_python/include/boost/python/object/make_instance.hpp
cppwrapper/deps/boost_python/include/boost/python/object/make_ptr_instance.hpp
cppwrapper/deps/boost_python/include/boost/python/object/pickle_support.hpp
cppwrapper/deps/boost_python/include/boost/python/object/pointer_holder.hpp
cppwrapper/deps/boost_python/include/boost/python/object/py_function.hpp
cppwrapper/deps/boost_python/include/boost/python/object/stl_iterator_core.hpp
cppwrapper/deps/boost_python/include/boost/python/object/value_holder.hpp
cppwrapper/deps/boost_python/include/boost/python/suite/indexing/container_utils.hpp
cppwrapper/deps/boost_python/include/boost/python/suite/indexing/indexing_suite.hpp
cppwrapper/deps/boost_python/include/boost/python/suite/indexing/map_indexing_suite.hpp
cppwrapper/deps/boost_python/include/boost/python/suite/indexing/vector_indexing_suite.hpp
cppwrapper/deps/boost_python/include/boost/python/suite/indexing/detail/indexing_suite_detail.hpp
cppwrapper/deps/boost_python/src/errors.cpp
cppwrapper/deps/boost_python/src/exec.cpp
cppwrapper/deps/boost_python/src/import.cpp
cppwrapper/deps/boost_python/src/list.cpp
cppwrapper/deps/boost_python/src/long.cpp
cppwrapper/deps/boost_python/src/module.cpp
cppwrapper/deps/boost_python/src/numeric.cpp
cppwrapper/deps/boost_python/src/object_operators.cpp
cppwrapper/deps/boost_python/src/object_protocol.cpp
cppwrapper/deps/boost_python/src/slice.cpp
cppwrapper/deps/boost_python/src/wrapper.cpp
cppwrapper/deps/boost_python/src/converter/builtin_converters.cpp
cppwrapper/deps/boost_python/src/converter/from_python.cpp
cppwrapper/deps/boost_python/src/converter/registry.cpp
cppwrapper/deps/boost_python/src/converter/type_id.cpp
cppwrapper/deps/boost_python/src/object/class.cpp
cppwrapper/deps/boost_python/src/object/enum.cpp
cppwrapper/deps/boost_python/src/object/function.cpp
cppwrapper/deps/boost_python/src/object/function_doc_signature.cpp
cppwrapper/deps/boost_python/src/object/inheritance.cpp
cppwrapper/deps/boost_python/src/object/iterator.cpp
cppwrapper/deps/boost_python/src/object/life_support.cpp
cppwrapper/deps/boost_python/src/object/pickle_support.cpp
cppwrapper/deps/boost_python/src/object/stl_iterator.cpp
cppwrapper/include/eigen3_converters.hpp
cppwrapper/include/python_support.hpp
cppwrapper/src/greens.cpp
cppwrapper/src/hamiltonian.cpp
cppwrapper/src/leads.cpp
cppwrapper/src/main.cpp
cppwrapper/src/model.cpp
cppwrapper/src/parallel.cpp
cppwrapper/src/solver.cpp
cppwrapper/src/system.cpp
docs/CMakeLists.txt
docs/api.rst
docs/conf.py
docs/index.rst
docs/intro.rst
docs/test_examples.py
docs/_ext/generate.py
docs/_ext/nbexport.py
docs/_static/extra.css
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/module.rst
docs/advanced/index.rst
docs/advanced/kwant.rst
docs/advanced/kwant_example.py
docs/advanced/lattice.rst
docs/benchmarks/index.rst
docs/benchmarks/system_build.py
docs/examples/index.rst
docs/examples/finite/index.rst
docs/examples/finite/line.py
docs/examples/finite/shapes.py
docs/examples/lattice/bilayer_graphene.py
docs/examples/lattice/checkerboard.py
docs/examples/lattice/index.rst
docs/examples/lattice/monolayer_graphene.py
docs/examples/lattice/monolayer_graphene_nn.py
docs/examples/lattice/phosphorene.py
docs/examples/lattice/trestle.py
docs/examples/ribbons/bilayer_graphene.py
docs/examples/ribbons/index.rst
docs/experimental/cuda.rst
docs/experimental/feast.rst
docs/experimental/generator.rst
docs/experimental/index.rst
docs/experimental/twisted_bilayer.py
docs/install/advanced.rst
docs/install/index.rst
docs/install/quick.rst
docs/materials/graphene.rst
docs/materials/index.rst
docs/materials/phosphorene.rst
docs/plotting/index.rst
docs/plotting/structure.rst
docs/plotting/structuremap.rst
docs/tutorial/bands.rst
docs/tutorial/bands_example.py
docs/tutorial/fields.rst
docs/tutorial/fields_example.py
docs/tutorial/finite.rst
docs/tutorial/finite_example.py
docs/tutorial/greens.rst
docs/tutorial/import.rst
docs/tutorial/index.rst
docs/tutorial/lattice.rst
docs/tutorial/lattice_example.py
docs/tutorial/scattering.rst
docs/tutorial/shape_symmetry.rst
docs/tutorial/shape_symmetry_example.py
docs/tutorial/solvers.rst
docs/tutorial/strain.rst
docs/tutorial/strain_example.py
pybinding/__about__.py
pybinding/__init__.py
pybinding/constants.py
pybinding/greens.py
pybinding/lattice.py
pybinding/leads.py
pybinding/model.py
pybinding/modifier.py
pybinding/parallel.py
pybinding/pltutils.py
pybinding/results.py
pybinding/shape.py
pybinding/solver.py
pybinding/system.py
pybinding.egg-info/PKG-INFO
pybinding.egg-info/SOURCES.txt
pybinding.egg-info/dependency_links.txt
pybinding.egg-info/not-zip-safe
pybinding.egg-info/requires.txt
pybinding.egg-info/top_level.txt
pybinding/repository/__init__.py
pybinding/repository/examples.py
pybinding/repository/mos2.py
pybinding/repository/phosphorene.py
pybinding/repository/graphene/__init__.py
pybinding/repository/graphene/constants.py
pybinding/repository/graphene/lattice.py
pybinding/repository/graphene/modifiers.py
pybinding/repository/graphene/shape.py
pybinding/repository/graphene/utils.py
pybinding/support/__init__.py
pybinding/support/alias.py
pybinding/support/collections.py
pybinding/support/fuzzy_set.py
pybinding/support/inspect.py
pybinding/support/kwant.py
pybinding/support/pickle.py
pybinding/utils/__init__.py
pybinding/utils/cpuinfo.py
pybinding/utils/misc.py
pybinding/utils/progressbar.py
pybinding/utils/time.py
tests/__init__.py
tests/conftest.py
tests/local.cfg
tests/test_kpm.py
tests/test_kwant.py
tests/test_lattice.py
tests/test_leads.py
tests/test_model.py
tests/test_modifiers.py
tests/test_parallel.py
tests/test_pickle.py
tests/test_results.py
tests/test_shape.py
tests/test_solver.py
tests/test_system.py
tests/baseline_data/kpm/ldos_graphene-const_potential_.pbz
tests/baseline_data/kpm/ldos_graphene-magnetic_field_.pbz
tests/baseline_data/kpm/ldos_graphene-pristine-oversized_.pbz
tests/baseline_data/kpm/ldos_graphene-pristine_.pbz
tests/baseline_data/lattice/expected_graphene-bilayer_.pbz
tests/baseline_data/lattice/expected_graphene-monolayer-4atom_.pbz
tests/baseline_data/lattice/expected_graphene-monolayer-alt_.pbz
tests/baseline_data/lattice/expected_graphene-monolayer-nn_.pbz
tests/baseline_data/lattice/expected_graphene-monolayer_.pbz
tests/baseline_data/parallel/ndsweep.pbz
tests/baseline_data/parallel/sweep.pbz
tests/baseline_data/shape/freeform.pbz
tests/baseline_data/shape/polygon_diamond_.pbz
tests/baseline_data/shape/polygon_pentagon_.pbz
tests/baseline_data/shape/polygon_square_.pbz
tests/baseline_data/shape/polygon_triangle90_.pbz
tests/baseline_data/shape/polygon_triangle_.pbz
tests/baseline_data/solver/dos_arpack-graphene-magnetic_field_.pbz
tests/baseline_data/solver/dos_feast-graphene-magnetic_field_.pbz
tests/baseline_data/solver/eigenvalues_arpack-graphene-magnetic_field_.pbz
tests/baseline_data/solver/eigenvalues_feast-graphene-magnetic_field_.pbz
tests/baseline_data/solver/lapack.pbz
tests/baseline_data/solver/spatial_ldos_arpack-graphene-magnetic_field_.pbz
tests/baseline_data/solver/spatial_ldos_feast-graphene-magnetic_field_.pbz
tests/baseline_data/system/expected_graphene-bilayer_.pbz
tests/baseline_data/system/expected_graphene-monolayer-4atom-periodic-2d_.pbz
tests/baseline_data/system/expected_graphene-monolayer-4atom_.pbz
tests/baseline_data/system/expected_graphene-monolayer-alt_.pbz
tests/baseline_data/system/expected_graphene-monolayer-nn_.pbz
tests/baseline_data/system/expected_graphene-monolayer-periodic-1d-alt_.pbz
tests/baseline_data/system/expected_graphene-monolayer-periodic-1d_.pbz
tests/baseline_data/system/expected_graphene-monolayer-periodic-2d_.pbz
tests/baseline_data/system/expected_graphene-monolayer_.pbz
tests/baseline_plots/results/structure_map_plot.png
tests/baseline_plots/system/system_plot.png
tests/utils/__init__.py
tests/utils/compare_figures.py
tests/utils/fuzzy_equal.py
tests/utils/path.py