QEDjl-project / QEDcore.jl

[WIP] Core types and functions for QED.jl
https://qedjl-project.github.io/QEDcore.jl/stable/
MIT License
1 stars 3 forks source link

Cleanup #24

Open szabo137 opened 5 months ago

szabo137 commented 5 months ago

During the restructuring of QED.jl, some little cosmetic issues were introduced (or copied):

AntonReinhard commented 2 months ago

As far as I can see there's only one import left, which is import Base: * and I would keep that where it's needed to be less confusing. Directly overloading Base.*() sadly doesn't work, so it has to be imported. There are also no usings left in src/ outside of QEDcore.jl