All Projects → pablosanjose → Quantica.jl

pablosanjose / Quantica.jl

Licence: MIT license
Simulation of quantum systems on a lattice

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Quantica.jl

qrefine
Quantum Refinement Module
Stars: ✭ 13 (-45.83%)
Mutual labels:  quantum-mechanics
Schroedinger
A Schroedinger Equation solver in C++, with flexible basis definition
Stars: ✭ 31 (+29.17%)
Mutual labels:  quantum-mechanics
qspectra
Quantum simulations of nonlinear spectroscopy and dynamics for molecular aggregates
Stars: ✭ 14 (-41.67%)
Mutual labels:  quantum-mechanics
TBFIT
Tight-binding parameter fitting package (TBFIT) for Slater-Koster method
Stars: ✭ 18 (-25%)
Mutual labels:  tight-binding
marburg
physics meets neural networks
Stars: ✭ 93 (+287.5%)
Mutual labels:  quantum-mechanics
QM-Simulator-1D
Interactive simulation of a quantum particle in 1D.
Stars: ✭ 69 (+187.5%)
Mutual labels:  quantum-mechanics
OpenJij
OpenJij : Framework for the Ising model and QUBO.
Stars: ✭ 57 (+137.5%)
Mutual labels:  quantum-mechanics
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (+37.5%)
Mutual labels:  electronic-structure
PWDFT.jl
Plane wave density functional theory using Julia programming language
Stars: ✭ 86 (+258.33%)
Mutual labels:  electronic-structure
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 (-4.17%)
Mutual labels:  quantum-mechanics
spicyphysics
Sup bois, here's my work
Stars: ✭ 22 (-8.33%)
Mutual labels:  quantum-mechanics
Qu.js
Quantum Computing for Humans!
Stars: ✭ 15 (-37.5%)
Mutual labels:  quantum-mechanics
molgw
Accurate many-body perturbation theory calculations of the electronic structure of molecules and clusters
Stars: ✭ 34 (+41.67%)
Mutual labels:  quantum-mechanics
NumQM Basic
A mini-course offered to Undergrad physics students
Stars: ✭ 35 (+45.83%)
Mutual labels:  quantum-mechanics
lattice-symmetries
A package to simplify working with symmetry-adapted quantum many-body bases. Provides a good foundation for writing custom exact diagonalization and variational Monte Carlo software
Stars: ✭ 17 (-29.17%)
Mutual labels:  quantum-mechanics
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (+45.83%)
Mutual labels:  quantum-mechanics
Numerov
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.
Stars: ✭ 53 (+120.83%)
Mutual labels:  quantum-mechanics
Python-2D-Simulation-of-Schrodinger-Equation
Une simulation de l'évolution d'un paquet d'onde gaussien
Stars: ✭ 39 (+62.5%)
Mutual labels:  quantum-mechanics
SchrodingerWellPython
2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well
Stars: ✭ 21 (-12.5%)
Mutual labels:  quantum-mechanics
fold2Bloch-VASP
Unfolding the band structure of a supercell obtained with VASP
Stars: ✭ 18 (-25%)
Mutual labels:  electronic-structure

Quantica.jl

Stable Dev DOI Build Status Coverage GitHub commits since last release

The Quantica.jl package provides an expressive API to build arbitrary quantum systems on a discrete lattice, and to compute a number of their properties.

Some current features

  • Build Hamiltonians on discrete lattices of arbitrary dimensions, using tight-binding models with arbitrary number of orbitals
  • Compute band structures of periodic systems and extract individual bands by interpolation
  • Compute electronic structures and expectation values using Kernel Polynomial methods

Exported API

  • lattice, sublat: build lattices
  • hopping, onsite, siteselector, hopselector, nrange, not: build tightbinding models
  • hamiltonian: build a Hamiltonian from tightbinding model and a lattice
  • bloch, bloch!, similarmatrix: build the Bloch matrix of a Hamiltonian
  • parametric, @onsite!, @hopping!, parameters: build a parametric Hamiltonian
  • dims, sitepositions, siteindices, bravais: inspect lattices and Hamiltonians
  • supercell, unitcell, wrap, transform!, combine: build derived lattices or Hamiltonians
  • ket, ketmodel, randomkets, basiskets: define kets and ket models for use in e.g. KPM routines
  • flatten, unflatten, orbitalstructure: operate with multiorbital Hamiltonian, Kets or Subspaces
  • cuboid: build a bandstructure discretization mesh
  • bandstructure, spectrum, diagonalizer: compute the generalized bandstructure of a Hamiltonian or a ParametricHamiltonian
  • bands, energies, states, minima, maxima, gapedge, gap, isinband: inspect spectrum and bandstructure objects
  • momentaKPM, dosKPM, averageKPM, densityKPM, bandrangeKPM: Kernel Polynomial Method (KPM)
  • greens, greensolver: build Green's functions of a Hamiltonian

Some of this functionality require loading one or more third-party packages, which include the following:

  • KPM: FFTW, ArnoldiMethod
  • Bandstructures: Arpack, ArnoldiMethod, KrylovKit

The user is told when this is needed. We do this to reduce dependencies and launch time with packages whose functionality is not essential for the use of Quantica.jl

Other functions become available after loading specific third-party packages:

  • Makie: enables plot(::Hamiltonian) and plot(::Bandstructure) (for 1D and 2D bandstructures)
  • VegaLite: enables vlplot(::Hamiltonian) and vlplot(::Bandstructure) (for 1D bandstructures)

Funding

This work has been partly funded by the Spanish Ministry of Economy and Competitiveness under Grant Nos. FIS2015-65706-P, PCI2018-093026, and the CSIC Intramural Project 201760I086.
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].