pdme - the python dipole model evaluator
This repo has library code for evaluating dipole models.
Related libraries
This library includes a variety of utility functions for calculating charge noise in qubit from TLSs for the purposes of Bayesian analysis. New code here should be mostly low-level numpy calculations or common types that can be shared elsewhere.
Other libraries include: - deepdog: performs Monte Carlo simulations with two underlying algorithm options for direct MC and subset simulation - kalpaa: high level wrapper for pdme, deepdog and tantri, implementing retry logic, data transformation and summarising. the place to start to actually run analyses - tantri: generates mock telegraph noise and utility functions for binning and transforming measured or simulated power spectral densities (PSDs) - dreader: utility library for parsing output files
Getting started
poetry install to start locally
Commit using Conventional Commits, and when commits are on master, release with doo release.