#
quantum-mechanics
Here are 481 public repositories matching this topic...
plancker
commented
Dec 23, 2021
Describe the Issue
- In section 2.4.3 on Controlled Rotations, the line "A controlled R_x(θ) could similarly be made using CNOT gates." seems incorrect.
- I assume that the line claims that replacing R_y(θ/2) by R_x(θ/2) (similarly for the -θ case), in the circuit above, we would get a controlled R_x(θ). This is incorrect.
- Passing |1> through q_0, we get X R_x(-θ/2) X R_x(θ/2)q_1, fo
Library for the numerical simulation of closed as well as open quantum systems.
-
Updated
Apr 5, 2022 - Julia
visualization
python
physics
quantum
quantum-mechanics
simulations
schrodinger-equation
quantum-physics
wavefunction
quantum-programming
-
Updated
Oct 9, 2021 - Python
Quantum Game (old version) - a puzzle game with real quantum mechanics in a browser
-
Updated
Mar 31, 2022 - JavaScript
Accurate Neural Network Potential on PyTorch
-
Updated
Apr 22, 2022 - Python
DFTB+ general package for performing fast atomistic simulations
-
Updated
May 2, 2022 - Fortran
If you are a computer scientist or a physicist aspiring to become a quantum computing scientist, this list is for you. The topics include: Quantum mechanics Quantum information processing Quantum computing Quantum information theory
-
Updated
May 1, 2022
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
python
numpy
quantum
jupyter-notebook
quantum-mechanics
quantum-computing
matplotlib
ibm
cern
quantum-information
quantum-algorithms
qubits
qiskit
qiskit-tutorial
qiskit-aqua
qiskit-tips-and-tricks
qiskit-practice
qworld
qiskit-ibm-sdk
-
Updated
Apr 10, 2021 - Jupyter Notebook
Solution for Quantum Computation and Quantum Information by Nielsen and Chuang
-
Updated
Jan 7, 2022 - TeX
Repo of resources to help learn about quantum computing.
-
Updated
Apr 12, 2021
Scientific Python package for tight-binding calculations in solid state physics
python
construction
c-plus-plus
benchmark
flexible
gitter
physics
quantum-mechanics
doi
band-structure
tight-binding
scientific-computing
scipy
solid-state-physics
condensed-matter
plotting-functions
tight-binding-calculations
-
Updated
Feb 20, 2022 - C++
ChemML is a machine learning and informatics program suite for the chemical and materials sciences.
-
Updated
Feb 21, 2022 - Python
A C++ library for solving second-quantized Hamiltonians
physics
quantum
quantum-mechanics
density
eigenvalues
mechanics
wavefunctions
magnetization
hamiltonians
-
Updated
Aug 31, 2021 - C++
physics meets neural networks
-
Updated
Nov 23, 2018 - Jupyter Notebook
p4vasp, the VASP Visualization Tool
-
Updated
Dec 30, 2020 - C++
Interactive simulation of a quantum particle in 1D.
-
Updated
Nov 1, 2021 - Python
An implementation of the time dependent variational principle for matrix product states
-
Updated
Mar 16, 2022 - Python
A dungeon crawler designed for a quantum computer
-
Updated
Aug 21, 2020 - OpenQASM
yuyamashiro
commented
Jul 9, 2019
変数を固定する機能 0 or 1 に変数を固定して投げるための機能の追加
good first issue
Good for newcomers
LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
-
Updated
Apr 29, 2022 - Vue
Computer algebra package for quantum mechanics and photonic quantum networks
-
Updated
Dec 18, 2018 - Python
Atoms In Molecules Neural Network Potential
deep-learning
neural-network
chemistry
quantum-mechanics
molecular-dynamics
molecular-simulation
quantum-chemistry
molecular-modeling
-
Updated
Nov 21, 2019 - Python
This code accompanies the the paper Slow Momentum with Fast Reversion: A Trading Strategy Using Deep Learning and Changepoint Detection (https://arxiv.org/pdf/2105.13727.pdf).
machine-learning
deep-learning
trading
quantum-mechanics
trading-strategies
change-point-detection
momentum-trading-strategy
-
Updated
Feb 13, 2022 - Python
Python implementation of Krotov's method for quantum optimal control
-
Updated
Nov 10, 2021 - Python
Qubit : 대화형 3D 그래픽과 함께 알아가는 양자 컴퓨터의 기본적 원리
-
Updated
Jun 5, 2021 - TypeScript
A python script that solves the one dimensional time-independent Schrodinger equation for bound states. The script uses a Numerov method to solve the differential equation and displays the desired energy levels and a figure with an approximate wave function for each of these energy levels.
-
Updated
Jan 27, 2021 - Python
a simple tool for simulating trapped ion systems
-
Updated
Apr 29, 2022 - Julia
Jupyter Notebooks that demonstrate SymPy's symbolic quantum mechanics package.
-
Updated
Oct 14, 2021 - Jupyter Notebook
Quantum Tensors - NPM package for sparse matrix operations for quantum information and computing
typescript
vector
matrix
quantum-mechanics
quantum-game
quantum-computing
complex-numbers
tensor
quantum-information
quantum-tensors
-
Updated
Mar 30, 2022 - TypeScript
Improve this page
Add a description, image, and links to the quantum-mechanics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-mechanics topic, visit your repo's landing page and select "manage topics."
Problem Description
Currently the documentation PDF has to be built locally for each release.
Proposed Solution
Build the documentation in a GitHub action either for each push or when deploying a release.