Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 1.09 KB

README.md

File metadata and controls

9 lines (7 loc) · 1.09 KB

MIT License Documentation Status Code style: yapf pep8

logo

ffmm: Fast Fourier Modal Method

This is the documentation for the Fast Fourier Modal Method (FFMM) Python package. Our goal here is to develop the fastest and most accurate FMM algorithm for scientific resarch and industrial applications such as optical critical dimension metrology in semiconductormanufacturing, with the help of multi-core CPU and GPU computing. To achieve this, we will use the libraries and platforms such as MPI, OpenMP, and CUDA, which are widely used in scientific computing and provide efficient parallel computing capabilities.