An open API service indexing awesome lists of open source software.

https://github.com/libbum/qfdtd

Parallelized 3D FDTD Schrodinger Solver
https://github.com/libbum/qfdtd

quantum-mechanics scientific-computing

Last synced: 3 days ago
JSON representation

Parallelized 3D FDTD Schrodinger Solver

Awesome Lists containing this project

README

          

qfdtd
=====

Parallelized FDTD Schrodinger Solver

Pulled from [sourceforge](http://sourceforge.net/projects/quantumfdtd/) originally, heavily modified for my needs. At the moment it's still quite a work in progress.

Trifid
======

module load blas/1.0.248

module load openmpi-gcc/1.7.0

module load lapack/3.4.2

Raijin
======

module load intel-mkl/13.2.146

module load intel-fc/13.2.146

module openmpi/1.6.3

TODO
====

- [x] Symmetry settings have not been checked for arbitrary box
- [X] Pull EPS check into parameters so it's not hard coded