Code for reproducing results from preprint:
A two-circuit approach to reducing quantum resources for the quantum lattice Boltzmann method
Authors: Sriharsha Kocherla, Austin Adams, Zhixin Song, Alexander Alexeev, Spencer H. Bryngelson
Georgia Institute of Technology, Atlanta, GA USA 30332
It can be cited as
@article{kocherla24,
author = {Kocherla, S. and Adams, A. and Song, Z. and Alexeev, A. and Bryngelson, S. H.},
title = {A two-circuit approach to reducing quantum resources for the quantum lattice {B}oltzmann method},
journal = {arXiv preprint arXiv 2401.12248},
doi = {10.48550/arXiv.2401.12248},
year = {2024}
}
advectionDiffusion/
: Contains code for solving the advection-diffusion equationQuantumD1Q2.ipynb
: D1Q2 QLBM advection-diffusion simulationQuantumD1Q3.ipynb
: D1Q3 QLBM advection-diffusion simulationQuantumD2Q5.ipynb
: D2Q5 QLBM advection-diffusion simulation
twoCircuitLBM.ipynb
: Two-circuit QLBM 2D lid driven cavity flow simulationoneCircuitLBM.ipynb
: Single-circuit QLBM 2D-lid driven cavity flow simulationclassicalLBM.ipynb
: Classical LBM 2D lid driven cavity flow simulationvisualizations/
: Contains code for graphing and visualizing resultserrorAnalysis.ipynb
: Graphs error plots from output filesgraphics.ipynb
: Graphs results from output files
MIT