Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 895 Bytes

File metadata and controls

53 lines (40 loc) · 895 Bytes

FDTD Electromagnetic Wave Guide Simulator

In this repository you will find some electromagnetic fields simulations using meep library.

Usage

Install miniconda

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH=$HOME/miniconda/bin:$PATH
source ~/.bashrc
conda create -n mp -c conda-forge pymeep

If it does not work, try:

source ~/miniconda/etc/profile.d/conda.sh
conda activate mp
python3 -c 'import meep'

Now you're ready to run all programs here

python3 <file_name.py>

and let the magic happen!

Some Results