rickypang0219 / C_simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C/C++ Physics Simulations

Introduction

Nowadays, C/C++ is a paradigm for scientific computation as they are blazingly fast, though for most of the time researchers sus Python for simple and small-scale tests to provide a proof of principle. However, for large0-scale computations such as Tensor Operations/ Large matrices calculation are not efficent in Python, and we need C/C++ to do the work! This reposotory demonstrates how to leverage C/C++ to do large-scale physical simulations.

Projects

  1. Ising Model Simulation
  2. Density Matrix Renormalization Group

About

License:MIT License


Languages

Language:Python 55.5%Language:C 35.9%Language:C++ 6.6%Language:Shell 1.2%Language:Jupyter Notebook 0.9%