Metadata-Version: 2.1
Name: graphepp
Version: 0.3
Summary: A collection of functions for multipartite entanglement purification protocols (EPP) on noisy graph states
Home-page: https://github.com/jwallnoefer/graphepp
Author: Julius Wallnöfer
License: MIT
Description: # GraphEPP
        
        **GraphEPP is a collection of functions for multipartite entanglement
        purification protocols (EPP) on noisy graph states.**
        
        
        ## Scope
        
        This project provides functions for operations on quantum states that are
        diagonal in the graph state basis corresponding to a chosen graph state.
        (for an introduction to graph states see e.g. [arXiv:quant-ph/0602096](https://arxiv.org/abs/quant-ph/0602096))
        These include:
        
        * Local Pauli-diagonal noise channels that are applied on qubits of the graph state.
        * Distance measures for states given in the same graph state basis.
        * The ADB protocol for two-colorable graph states introduced in [Phys. Rev. Lett. **91**, 107903 (2003)](https://doi.org/10.1103/PhysRevLett.91.107903) and [Phys. Rev. A **71**, 012319 (2005)](https://doi.org/10.1103/PhysRevA.71.012319).
        * The protocol for all graph states introduced in [Phys. Rev. A **74**, 052316 (2006)](https://doi.org/10.1103/PhysRevA.74.052316).
        
        as well as auxiliary functions like local complementation of graphs.
        
        Example use case: Perform multiple rounds of EPP on a noisy linear cluster state
        of 5 qubits when the CNOT operations used in the EPP are themselves imperfect
        (e.g. modeled by local depolarizing noise).
        
        
        ## Publications
        An earlier (unreleased) version of GraphEPP was used for these publications:
        
        > Two-dimensional quantum repeaters
        > J. Wallnöfer, M. Zwerger, C. Muschik, N. Sangouard, and W. Dür
        > [Phys. Rev. A **94**, 052307 (2016)](https://doi.org/10.1103/PhysRevA.94.052307)
        > Preprint: [arXiv:1604.05352 \[quant-ph\]](https://arxiv.org/abs/1604.05352)
        
        > Measurement-based quantum communication with resource states generated by entanglement purification
        > J. Wallnöfer and W. Dür
        > [Phys. Rev. A **95**, 012303 (2017)](https://doi.org/10.1103/PhysRevA.95.012303)
        > Preprint: [arXiv:1609.05754 \[quant-ph\]](https://arxiv.org/abs/1609.05754)
        
Keywords: quantum information,quantum information theory,graph,graph state,entanglement,entanglement purification,entanglement purification protocol,EPP,entanglement distillation,multipartite entanglement
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8.5
Description-Content-Type: text/markdown
