Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 625 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 625 Bytes

Fortran codes for T-Matrix calculation

This repo contains LAPACK-based T-Matrix codes originally written by M. Mishchenko.

ampld.lp.f, ampld.par.f and lpd.f are used for nonspherical particles in a fixed orientation. Here, ampld.lp.f is modified by Jussi Leinonen ([email protected]) for his Python package pytmatrix.

tmd.lp.f, tmd.par.f and lpd.f are used for randomly oriented nonspherical particles.

Note that both are double-precision versions. The extended-precision versions are not included.