-
Notifications
You must be signed in to change notification settings - Fork 57
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
EELS&CL for particles inside arbitrary host medium #314
Open
alkichigin
wants to merge
102
commits into
adda-team:master
Choose a base branch
from
alkichigin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…s (some of them might not be accurate enough)
…s not solve anything, maybe field is calcualted wrong? or just very small or something similar
…o printf statement is present. The overall calculated values seem a bit sensible, though not checked propertly
This reverts commit 156099d.
This reverts commit c435482.
sunmosk latest updates
murge sunmosk
myurkin
added
feature
Allows new functionality
pri-High
Of higher priority, but no guarantees
labels
Feb 1, 2022
+updated the nanorod example to include the nanorod dipole set representation generation
fixed bug - volume integral of Im(E P*) over particle was wrong (C_sca_p and C_ext_p)
alkichigin
changed the title
EELS&CL for particles inside arbitrary host medium
Yurkin is a slow dumbass
Apr 7, 2023
I am waiting for Yurkin to commit this pull request |
alkichigin
changed the title
EELS and CL
I am welcoming mr Yurkin to accept this pull request since Jan 2022
Apr 7, 2023
myurkin
changed the title
I am welcoming mr Yurkin to accept this pull request since Jan 2022
EELS&CL for particles inside arbitrary host medium
Apr 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds the possibility for simulating electron energy loss spectroscopy and cathodoluminescence for particles embedded into infinite arbitrary host medium.
Related issues
#91
#155
Types of changes
What types of changes does your code introduce to ADDA? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. Typically, all boxes need to be checked before the final merge, but you can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. If you think that some of them are not relevant, discuss this below.make seq
)NO_FORTRAN
orNO_CPP
preprocessor macros, respectively.README.md
in corresponding folders.make seq OPTIONS=DEBUG
, but betterdevtools/build_debug
) or they are discussed belowsh comp2exec seq
intests/2exec
, but betterdevtools/test_new [seq]
). If any errors appear, they are discussed below.tests/2exec
(and potentially new ignore patterns). In some cases, it is desirable to add new tests totests/equiv
.git diff
or, better, some GUI tool, to ensure that no unexpected changes are introduced.