Skip to main content

Scientific Library

This module provides essential functionality for commonly used scientific computing tasks. Currently, it comprises functions that provide Fast Fourier Transform (FFT) capabilities using the DUCC backend.

Module Functions

NameDescription
curve_fitFits the input data xx,yy to a user specified function f(x,p)f(x,p) with parameters pp.
dctDiscrete Cosine Transform
dstDiscrete Sine Transform
fftForward FFT
fft_r2cReal-to-Complex FFT
ifftInverse FFT
minimizePerforms nonlinear minimization of a real function with either gradient or gradient-free algorithms.