Skip to content

Basic analytical functions for a few-photon light detection

License

Notifications You must be signed in to change notification settings

vongostev/fpdet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python 3.6-3.9 pypi Language grade: Python

fpdet

Basic analytical functions for a few-photon light detection.

This module includes:

  • Direct and inverse photodetection matrices for binomial and subbinomial detection models (d_matrix and invd_matrix)
  • Function to calculate the photocount distribution from the photon-number one (P2Q) and vice versa (Q2P)
  • Some utility functions like fidelity, moments, convolution and entropy

Requirements:

  • numpy
  • scipy