Expand description
Modules§
- logger
loggeris a collection oftypes,behaviors, andmacrosfor logging to the console.- quantum
quantumis a collection oftypes,constants, andbehaviorsfor quantum measurements and observations.- simulation
simulationis a collection oftypesandbehaviorsfor running simulations and reporting their results.
Macros§
- log_
debug log_debug!is a wrapper function toLogger::debugwhich will provide theDebuglog severity level and some additional helpful information like file and line number.- log_
error log_error!is a wrapper function toLogger::errorwhich will provide theErrorlog severity level and some additional helpful information like file and line number.- log_
info log_info!is a wrapper function toLogger::infowhich will provide theInfolog severity level and some additional helpful information like file and line number.- log_
warn log_warn!is a wrapper function toLogger::warnwhich will provide theWarninglog severity level and some additional helpful information like file and line number.