Last active
March 2, 2018 08:38
-
-
Save GCBallesteros/9b79ddedd4e2fa85c21a5368710f7998 to your computer and use it in GitHub Desktop.
Gaussian Source Definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(set! sources | |
(list | |
(make source | |
(src (make continuous-src (frequency fcen) (fwidth df))) | |
(component Ez) | |
(center x-pos y-pos) | |
(size 0 sy-source) | |
(amp-func (gaussian-beam zR k z))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment