SunnySuite / Sunny.jl

Spin dynamics and generalization to SU(N) coherent states
Other
86 stars 19 forks source link

Remove uses of Logging macros #45

Closed kbarros closed 2 years ago

kbarros commented 2 years ago

Note that error() throws an exception, whereas @error does not. Convert all instances to the former.

For consistency with the rest of the codebase, remove usages of @warn. Eventually we may want to replace all println() warning statements with @warn.

Additionally: Make system-wrapping interactions a warning rather than an error.

kbarros commented 2 years ago

David gave thumbs up.