4-ghz_generator

Numerical simulations of on-chip generation of 4-partite GHZ states

https://github.com/mathiaspnt/4-ghz_generator

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Numerical simulations of on-chip generation of 4-partite GHZ states

Basic Info
  • Host: GitHub
  • Owner: MathiasPnt
  • License: cc-by-4.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 214 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

Numerical simulations of on-chip generation of 4-partite GHZ states

DOI

Numerical simulations based on a phenomenological model of an experimental apparatus using the linear optical circuit framework Perceval. This code is used in a scientific project that demonstrate a high fidelity preparation of path-encoded 4-qubit GHZ states on a tunable glass photonic chip.

Key Features

  • reconstruct the density matrix from measured indistinguishability (M) and multiphoton component (g2)
  • easily adaptable to any optical circuit

Installation

Perceval requires:

  • Python 3.9 or above

This script requires a specific fork of the package Perceval to run. We recommend installing it with pip:

bash pip install --upgrade pip pip install -r requirements.txt pip install git+https://github.com/MathiasPnt/Perceval.git@imperfect_sps

Owner

  • Name: Mathias
  • Login: MathiasPnt
  • Kind: user
  • Location: Paris
  • Company: Center for Nanosciences and Nanotechnologies

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Pont
  given-names: Mathias
  orcid: https://orcid.org/0000-0002-9623-675X
title: Numerical simulations of on-chip generation of 4-partite GHZ states
version: 1.0.0
doi: 
date-released: 2022-10-13
url: "https://github.com/MathiasPnt/4-GHZ_generator"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • future *
  • ipython *
  • lmfit *
  • matplotlib *
  • numpy *
  • pandas *
  • plotly *
  • pyserial *
  • pytest *
  • qiskit *
  • qontrol *
  • qutip *
  • scipy *
  • seaborn *
  • sympy *
  • tabulate *
  • tqdm *