Expand description
Modules§
- logger
logger
is a collection oftypes
,behaviors
, andmacros
for logging to the console.- quantum
quantum
is a collection oftypes
,constants
, andbehaviors
for quantum measurements and observations.- simulation
simulation
is a collection oftypes
andbehaviors
for running simulations and reporting their results.
Macros§
- log_
debug log_debug!
is a wrapper function toLogger::debug
which will provide theDebug
log severity level and some additional helpful information like file and line number.- log_
error log_error!
is a wrapper function toLogger::error
which will provide theError
log severity level and some additional helpful information like file and line number.- log_
info log_info!
is a wrapper function toLogger::info
which will provide theInfo
log severity level and some additional helpful information like file and line number.- log_
warn log_warn!
is a wrapper function toLogger::warn
which will provide theWarning
log severity level and some additional helpful information like file and line number.