Metadata-Version: 2.1
Name: fpdet
Version: 1.0.4
Summary: Basic analytical functions for a few-photon light detection
Home-page: https://github.com/vongostev/fpdet
Author: Pavel Gostev
Author-email: gostev.pavel@physics.msu.ru
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

[![python 3.6-3.9](https://github.com/vongostev/fpdet/actions/workflows/python-package.yml/badge.svg)](https://github.com/vongostev/fpdet/actions/workflows/python-package.yml)
[![pypi](https://github.com/vongostev/fpdet/actions/workflows/python-publish.yml/badge.svg)](https://github.com/vongostev/fpdet/actions/workflows/python-publish.yml)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/vongostev/fpdet.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vongostev/fpdet/context: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


