AMSET Wave, deform create, deform read

Hi Alex,

is there any way to run amset wave, amset deform create, and amset deform read through a python API.

Thanks
Amir

Hi @Amir_Behbahanian2,

This should be possible with a bit of work. You can see how these functions are defined here:

You can either call these python functions directly (which unfortunately expect file paths as inputs) or you can copy and paste their contents and modify them to accept python objects.

Best,
Alex