Skip to content

Latest commit

 

History

History
executable file
·
22 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

executable file
·
22 lines (13 loc) · 601 Bytes

MAGreeTe

Materials Analysis through Green's Tensor

Ceci n’est pas un algorithme FDTD

This is not a Finite Difference Time Domain algorithm

Installation - conda

Create a new conda environment named magreete from MAGreeTe.yml, which will install all packages using the channels pytorch and conda-forge. Among other things, this will install pytorch (cpu-only version). GPU parallelization is a work in progress.

conda env create --name magreete --file=MAGreeTe.yml

You can take the time to view possible command-line arguments with:

python magreete.py -h