costrouc / python-srim-implementation

A python alternative to SRIM
8 stars 9 forks source link

Question about package #1

Open gabrielfior opened 8 years ago

gabrielfior commented 8 years ago

Hello, is this package still in development? I am interested in using it for my research involving collisions with Rb Atoms. Thanks!

costrouc commented 8 years ago

Hey Gabriel,

No I have not been working on this package for quite some time now. However, about two months ago I wrote a python interface to SRIM called srim-python. It should work on Linux and Windows. You just need to use wine if you are going to run on Linux.

srim-python can run automated SRIM calculations using python. And can easily read all the output files. See the examples/ ipython notebook.

I have plans to write a srim implementation is python however there is one missing step. I need a good way to represent the electronic stopping power. Currently I am looking at Machine learning using a rbf for fitting the Helmut database.