Code for reproducing results from the paper:
A multiple-circuit approach to quantum resource reduction with application to the quantum lattice Boltzmann method
Authors: Melody Lee, Zhixin Song, Sriharsha Kocherla, Austin Adams, Alexander Alexeev, Spencer H. Bryngelson
Future Generation Computing Systems, 174 107975 (2026)
Georgia Institute of Technology, Atlanta, GA USA 30332
It can be cited as
@article{lee25,
author = {Lee, M. and Song, Z. and Kocherla, S. and Adams, A. and Alexeev, A. and Bryngelson, S. H.},
title = {A multiple-circuit approach to quantum resource reduction with application to the quantum lattice {B}oltzmann method},
doi = {10.1016/j.future.2025.107975},
journal = {Future Generation Computing Systems},
pages = {107975},
volume = {174},
year = {2026}
}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