• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • C++
  • Scala
  • Blog
Project: thewalrus (GitHub Link)
  • thewalrus-master
    • .github
      • ACKNOWLEDGMENTS.md
      • pull_request_template.md
      • CHANGELOG.md
      • ISSUE_TEMPLATE.md
      • CODE_OF_CONDUCT.md
    • .circleci
      • config.yml
    • Makefile
    • include
      • hafnian_approx.hpp
      • recursive_hafnian.hpp
      • version.hpp
      • permanent.hpp
      • fsum.hpp
      • repeated_hafnian.hpp
      • torontonian.hpp
      • hermite_multidimensional.hpp
      • libwalrus.hpp
      • eigenvalue_hafnian.hpp
      • stdafx.h
    • .coveragerc
    • examples
      • Makefile
      • timing_complex.py
      • timing_int_vs_real.py
      • timing_real.py
      • example.cpp
    • thewalrus
      • _torontonian.py
      • _hafnian.py
      • fock_gradients.py
      • samples.py
      • _permanent.py
      • random.py
      • _hermite_multidimensional.py
      • symplectic.py
      • csamples.py
      • quantum.py
      • libwalrus.pyx
      • __init__.py
      • tests
        • test_hafnian_approx.py
        • test_permanent.py
        • test_hermite_multidimensional.py
        • test_fock_gradients.py
        • test_reference.py
        • test_hafnian_repeated.py
        • test_hafnian.py
        • test_samples.py
        • test_symplectic.py
        • test_low_rank_haf.py
        • test_torontonian.py
        • test_integration.py
        • test_quantum.py
        • test_samples_classical.py
        • conftest.py
      • _version.py
      • reference.py
      • _low_rank_haf.py
    • LICENSE
    • .readthedocs.yml
    • appveyor.yml
    • README.rst
    • .pylintrc
    • setup.py
    • .travis.yml
    • octave
      • hafnian.m
      • loophafnian.m
    • tests
      • main.cpp
      • Makefile
      • gtest_main.cpp
      • libwalrus_unittest.cpp
    • requirements.txt
    • .gitignore
    • docs
      • code
        • quantum.rst
        • reference.rst
        • libwalrus.rst
        • random.rst
        • symplectic.rst
        • thewalrus.rst
        • fock_gradients.rst
        • samples.rst
        • csamples.rst
      • gbs.rst
      • Makefile
      • xanadu_theme
        • comments.html
        • theme.conf
        • logo-text.html
        • globaltoc.html
        • sourcelink.html
        • LICENSE
        • footer.html
        • header.html
        • localtoc.html
        • layout.html
        • searchbox.html
        • search.html
        • static
          • jquery.js
          • jquery.min.map
          • tomorrow_night.css
          • xanadu.css_t
          • tomorrow.css
          • js
            • nanoscroller.min.js
            • bootstrap.min.js
            • bootstrap.js
            • jquery.nanoscroller.js.map
          • css
            • nanoscroller.css
      • algorithms.rst
      • _ext
        • edit_on_github.py
      • code.rst
      • Doxyfile
      • loop_hafnian.rst
      • installing.rst
      • hafnian.rst
      • references.bib
      • quick_guide.rst
      • custom_directives.py
      • references.rst
      • requirements.txt
      • hermite.rst
      • index.rst
      • conf.py
      • gbs_sampling.rst
      • research.rst
      • _static
        • loop_fig2.svg
        • loop_fig1.svg
        • pmp4.svg
        • pm.svg
        • fig2.svg
        • circ0.svg
        • favicon.ico
        • graph.svg
        • fig1.svg
        • matching.svg
        • xanadu_gallery.css
      • notation.rst
      • gallery
        • hafnian_tutorial.ipynb
        • added_circuit.svg
        • kitten_circuit.svg
        • gkp.ipynb
        • four_cat.ipynb
        • basics.ipynb
        • cubic_circuit.svg
        • four_cat_circuit.svg
        • gkp_circuit.svg
        • cat_circuit.svg
        • fock_circuit.svg
        • gallery.rst
        • haf_benchmark.svg
        • permanent_tutorial.ipynb
        • cubic.ipynb
        • perm_benchmark.svg
        • fock.ipynb
        • cat.ipynb
    • MANIFEST.in