Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheme interface for frequency grid member of DFT objects #1185

Closed
oskooi opened this issue Apr 17, 2020 · 0 comments · Fixed by #1186
Closed

Scheme interface for frequency grid member of DFT objects #1185

oskooi opened this issue Apr 17, 2020 · 0 comments · Fixed by #1186
Labels

Comments

@oskooi
Copy link
Collaborator

oskooi commented Apr 17, 2020

#1154 removed the freq_min, dfreq, and nfreq member objects from the dft_flux class and replaced them with std::vector<double> freq. #1163 provided a Python interface for this new frequency grid but the Scheme interface has yet to be updated. Specifically, the following functions in scheme/meep.scm.in no longer work and need to be updated:

https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L573-L577

https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L642-L646

https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L710-L714

https://github.com/NanoComp/meep/blob/master/scheme/meep.scm.in#L761-L765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant