All Projects → qojulia → QuantumOptics.jl-examples

qojulia / QuantumOptics.jl-examples

Licence: other
Examples for QuantumOptics.jl

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to QuantumOptics.jl-examples

IonSim.jl
a simple tool for simulating trapped ion systems
Stars: ✭ 46 (+187.5%)
Mutual labels:  quantum, quantum-mechanics, quantum-optics
miniqubit
Quantum emulator of the IBM Quantum experience
Stars: ✭ 24 (+50%)
Mutual labels:  quantum, quantum-mechanics
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (+1043.75%)
Mutual labels:  quantum, quantum-mechanics
SchrodingerWellPython
2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well
Stars: ✭ 21 (+31.25%)
Mutual labels:  quantum, quantum-mechanics
Schroedinger
A Schroedinger Equation solver in C++, with flexible basis definition
Stars: ✭ 31 (+93.75%)
Mutual labels:  quantum, quantum-mechanics
maxwellbloch
A Python package for solving the coupled Maxwell-Bloch equations describing the nonlinear propagation of near-resonant light through thermal quantised systems such as atomic vapours.
Stars: ✭ 23 (+43.75%)
Mutual labels:  quantum-mechanics, quantum-optics
NeuralQuantum.jl
Neural-Network representation of Quantum Systems
Stars: ✭ 33 (+106.25%)
Mutual labels:  quantum, quantum-optics
prune-horst
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 23 (+43.75%)
Mutual labels:  quantum
Python-2D-Simulation-of-Schrodinger-Equation
Une simulation de l'évolution d'un paquet d'onde gaussien
Stars: ✭ 39 (+143.75%)
Mutual labels:  quantum-mechanics
8Q
General Purpose 8 Qubit Optical Quantum Computer
Stars: ✭ 55 (+243.75%)
Mutual labels:  quantum
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (+106.25%)
Mutual labels:  quantum
Quantica.jl
Simulation of quantum systems on a lattice
Stars: ✭ 24 (+50%)
Mutual labels:  quantum-mechanics
QM-Simulator-2D
Interactive simulation of a quantum particle in 2D.
Stars: ✭ 17 (+6.25%)
Mutual labels:  quantum
FastExpm.jl
Implementation of a fast exponential matrix for large matrices (full and sparse)
Stars: ✭ 22 (+37.5%)
Mutual labels:  quantum-mechanics
molml
A library to interface molecules and machine learning.
Stars: ✭ 57 (+256.25%)
Mutual labels:  quantum
quantum-php-project
Quantum PHP Project
Stars: ✭ 39 (+143.75%)
Mutual labels:  quantum
qp2
Quantum Package : a programming environment for wave function methods
Stars: ✭ 37 (+131.25%)
Mutual labels:  quantum
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (+275%)
Mutual labels:  quantum
gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 67 (+318.75%)
Mutual labels:  quantum
algorithm-zoo
Implementations of algorithms from http://quantumalgorithmzoo.org/
Stars: ✭ 17 (+6.25%)
Mutual labels:  quantum

QuantumOptics.jl examples

The examples are created as jupyter notebook and converted to markdown with nbconvert.

Directory layout

When building the documentation the only requirement is that the examples, the documentation and the website are in the same directory:

|
|--> ./QuantumOptics.jl-examples
|--> ./QuantumOptics.jl-documentation
|--> ./QuantumOptics.jl-website

Software requirements

Build process

  • Make sure the correct version of QuantumOptics.jl is in the Julia searchpath.
  • Run julia make.jl. This will execute the examples and store the markdown output and the generated images in the markdown folder. These files are then copied to QuantumOptics.jl-documentation/src/examples.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].