ITensor / ITensorNetworks.jl

A package with general tools for working with higher-dimensional tensor networks based on ITensor.
MIT License
51 stars 12 forks source link

Remove most exports #152

Closed mtfishman closed 3 months ago

mtfishman commented 3 months ago

I still need to update the tests and examples.

@b-kloss this may affect your code. You should change over to using explicit imports (i.e. explicitly write using ITensorNetworks: ITensorNetwork, ... instead of using ITensorNetworks).

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.20%. Comparing base (004b621) to head (85b6ddc).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #152 +/- ## ========================================== - Coverage 83.23% 83.20% -0.03% ========================================== Files 71 71 Lines 3751 3751 ========================================== - Hits 3122 3121 -1 - Misses 629 630 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.