-
Hi, I read about the example in the thermal example in http://www.simpetus.com/projects.html#meep_thermal_radiation I am new to the scheme language and I would like to convert the example script to scheme. Can anyone help? Thanks! I would like to know how to do the python main(args) in scheme? so, that I can call the meep binary to process the arguments as the example?
Where can I find similar example with scheme language? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The Scheme version of this example is already available: http://simpetus.com/projects_scheme.html#meep_thermal_radiation. |
Beta Was this translation helpful? Give feedback.
-
Note that most future development of Meep will be for the Python front-end, so I would encourage you to use Python rather than Scheme with Meep if possible. |
Beta Was this translation helpful? Give feedback.
The Scheme version of this example is already available: http://simpetus.com/projects_scheme.html#meep_thermal_radiation.