10000 Paper results finalizing by gomezzz · Pull Request #102 · esa/NIDN · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Paper results finalizing #102

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

Merged
merged 16 commits into from
May 6, 2022
Merged

Paper results finalizing #102

merged 16 commits into from
May 6, 2022

Conversation

gomezzz
Copy link
Collaborator
@gomezzz gomezzz commented May 6, 2022

Description

Summary of changes

  • Moved Paper notebooks to dedicated folder
  • Small docs fixes
  • Refactored some things in init_fdtd and others during debugging for easier readability
  • Improved plots (e.g. allowing to exclude materials from db)
  • Removed zirconium for now (only problems :) )
  • Fixed a bug in epsilon computation if thicknesses is a list

Resolved Issues

How Has This Been Tested?

Ran tests, ran notebooks

@gomezzz gomezzz requested a review from torbjornstoro May 6, 2022 08:05
@@ -65,7 +75,7 @@ def compute_spectrum_fdtd(permittivity, cfg: DotMap):
cfg,
include_object=False,
wavelength=physical_wavelengths[i],
permittivity=permittivity[:, :, :, i],
permittivity=None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove the permittivity?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh its only for the include objecet = False part, I see

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I just wanted to make clear and sure that the value is not used

detector_y -= cfg.FDTD_gridpoints_from_material_to_detector

logger.trace(
"Placing detector at "
Copy link
Collaborator
@torbjornstoro torbjornstoro May 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placing detectors at? Both are x coordinate of transmission or reflection detector

@gomezzz gomezzz merged commit f052caf into main May 6, 2022
@gomezzz gomezzz deleted the Paper_results_finalizing branch May 6, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run FDTD on GPU
2 participants
0