QuantumKitHub / MPSKit.jl

A Julia package dedicated to simulating quantum many-body systems using Matrix Product States (MPS)
MIT License
126 stars 28 forks source link

Tests complain about duplicate includes of `setup.jl` #115

Closed lkdvos closed 6 months ago

lkdvos commented 6 months ago

Because the setup.jl file is included for each of the test groups, but none of these actually use modules to separate their namespaces, julia throws a bunch of complaints about re-including a file. This could easily be fixed by making either/both setup.jl and the test groups their own module.