PaNOSC-ViNYL / workshop2020

0 stars 1 forks source link

McStas Script / API #5

Open CFGrote opened 4 years ago

CFGrote commented 4 years ago

Implement the python API to McStas / McStas Script as per specifications and implementation plan for McStas / Script

mads-bertelsen commented 4 years ago

The base parameter and calculator classes are necessary for this task to begin, are these available somewhere? If not, some template version will need to be made.

CFGrote commented 4 years ago
from SimEx.Calculators import AbstractBaseCalculator
from SimEx.Parameters import AbstractCalculatorParameters

-- Dr. Carsten Fortmann-Grote PaNOSC WP5 leader

On 4/16/20 4:27 PM, mads-bertelsen wrote:

The base parameter and calculator classes are necessary for this task to begin, are these available somewhere? If not, some template version will need to be made.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PaNOSC-ViNYL/workshop2020/issues/5#issuecomment-614687594, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWCQR65BBQ5CJHI4UC3UN3RM4IUTANCNFSM4LXGKRPA.

CFGrote commented 4 years ago

See also #2