pip install numpy scipy matplotlib taichi tqdm
- Use PIC solver to simulate Landau damping. Parameters are specified in the paper Qin et al. The data will be saved in the folder
data_pic
.
python pic_solver.py
- Then analyze the result using the jupyter notebook
analysis_pic.ipynb
.
The results are as good as a Vlasov solver. Maybe some higher degree interpolation techniques are required.