rydiqule.rydiqule_utils.about

rydiqule.rydiqule_utils.about(obscure_paths: bool = True, show_numpy_config: bool = True)[source]

About box describing Rydiqule and its core dependencies.

Prints human readable strings of information about the system.

Parameters:
  • obscure_paths (bool, optional) – Remove user directory from printed paths. Default is True.

  • show_numpy_config (bool, optional) – Show the numpy config for BLAS/LAPACK backends. Default is True.

Examples

>>> rq.about()

        Rydiqule
    ================

Rydiqule Version:     2.1.1
Installation Path:    ~\rydiqule\src\rydiqule

      Dependencies
    ================

NumPy Version:        2.2.5
SciPy Version:        1.16.0
Matplotlib Version:   3.10.0
ARC Version:          3.9.0
Python Version:       3.11.10
Python Install Path:  ~\miniconda3\envs\arc
Platform Info:        Windows (AMD64)
CPU Count:            16 @ 3.91 GHz
Total System Memory:  256 GB

     NumPy backends
    ================

blas: provided by mkl-sdl (2023.1)
lapack: provided by mkl-sdl (2023.1)