Commit c0a2a7bb0d0399b32012c9e70690f33c4daca80a

Authored by dmayerich
1 parent e951349b

Updated README.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
@@ -2,6 +2,8 @@ This software provides a Python-based GUI for the parallel Multi-Sphere T-Matrix @@ -2,6 +2,8 @@ This software provides a Python-based GUI for the parallel Multi-Sphere T-Matrix
2 2
3 Mackowski and Mishchenko, "A multiple sphere T-matrix Fortran code for use on parallel computer clusters," Journal of Quantitative Spectroscopy and Radiative Transfer, 112: 2182-2192, 2011. 3 Mackowski and Mishchenko, "A multiple sphere T-matrix Fortran code for use on parallel computer clusters," Journal of Quantitative Spectroscopy and Radiative Transfer, 112: 2182-2192, 2011.
4 4
  5 +If you use this code for research, please cite the above publication.
  6 +
5 This software is designed to be used with CMake, so we recommend using it to build the application. The original Fortran code and instructions are available at http://eng.auburn.edu/users/dmckwski/scatcodes/. After building, you can run the GUI python script (mstm-gui.py). 7 This software is designed to be used with CMake, so we recommend using it to build the application. The original Fortran code and instructions are available at http://eng.auburn.edu/users/dmckwski/scatcodes/. After building, you can run the GUI python script (mstm-gui.py).
6 8
7 The MSTM application requires a Fortran compiler and OpenMP. 9 The MSTM application requires a Fortran compiler and OpenMP.
@@ -16,4 +18,4 @@ PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4 @@ -16,4 +18,4 @@ PyQt4 (Python library for Qt4) -- http://wiki.python.org/moin/PyQt4
16 18
17 matlibplot (Plotting library for Python) -- http://matplotlib.org/ 19 matlibplot (Plotting library for Python) -- http://matplotlib.org/
18 20
19 -These should be available easily through most Linux package managers and can be downloaded individually for Windows systems. If they are installed through Linux, CMake should be able to find them without any problems. Windows users may have to point CMake to the installed locations.  
20 \ No newline at end of file 21 \ No newline at end of file
  22 +These are available through most Linux package managers and can be downloaded individually for Windows systems at the listed websites. If they are installed through Linux, CMake will probably find them. Windows users may have to point CMake to the installed locations.
21 \ No newline at end of file 23 \ No newline at end of file