Crate rquant

Source
Expand description

§rquant

rquant is a quantum computing library for qubit manipulation and observation.

It allows for qubit measurement and basic quantum logic in complex vector space.

Modules§

logger
logger is a collection of types, behaviors, and macros for logging to the console.
quantum
quantum is a collection of types, constants, and behaviors for quantum measurements and observations.
simulation
simulation is a collection of types and behaviors for running simulations and reporting their results.

Macros§

log_debug
log_debug! is a wrapper function to Logger::debug which will provide the Debug log severity level and some additional helpful information like file and line number.
log_error
log_error! is a wrapper function to Logger::error which will provide the Error log severity level and some additional helpful information like file and line number.
log_info
log_info! is a wrapper function to Logger::info which will provide the Info log severity level and some additional helpful information like file and line number.
log_warn
log_warn! is a wrapper function to Logger::warn which will provide the Warning log severity level and some additional helpful information like file and line number.