KO
|
EN
gitlite — search
Search
#python
#hacktoberfest
#nodejs
#javascript
#typescript
#nextjs
#css
#reactjs
#golang
#rust
#react
#deep-learning
QIFS
★ 14
Open GitHub ↗
CFD simulations using Tensor Network encoding.
Download README (.md)
Explore Similar Repositories
NC.js
:
Web interface for the Digital Thread
qif
:
Simplify filtering state system
qif2json
:
Parse .qif files into a sensible JSON format
QIFI
:
Quantaxis Differential Information Flow for Finance Intergration
qified
:
Cloud Queues with Task and Messages and Multiple Providers
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
QIFS
?
Download (.md)
# QIFS - Quantum-Inspired Fluid Simulations CFD simulations using Tensor Network encoding. This repository contains the implementations of the Quantum-Inspired CFD Algorithm of the paper: https://doi.org/10.1103/PhysRevResearch.7.013112 (arXiv link: https://arxiv.org/abs/2406.17823) The algorithm was introduced in this paper by Gourianov et al.: A quantum-inspired approach to exploit turbulence structures https://www.nature.com/articles/s43588-021-00181-1 Feel free to play around with the code and contact me. Have fun! ## Folder Structure - In 2D_QIS, you find the implementations for 2D Quantum-Inspired Simulations (QIS). - In 2D_DNS, you find the implementations for 2D Direct Numerical Simulations (DNS). - In Analysis, you find the analysis files required to produce the plots in the paper. ## Requirements - numpy - scipy - matplotlib - quimb - cupy - cuquantum