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

Implementation of the 10^23 fluence experiment for the Ogorodnikova TDS case #50

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

rekomodo
Copy link
Collaborator

@rekomodo rekomodo commented Jul 9, 2024

referenced this implementation
solves #21 .

Oddly enough, this implementation appears to have half the fluence present in the original paper. Please have a look.

@RemDelaporteMathurin
Copy link
Contributor

Can't inspect this as the docs don't compile

@RemDelaporteMathurin
Copy link
Contributor

We need to get others input on this since in theory you wouldn't have two completely different models for this. The architecture of this complete validation case should be:

def run_festim_model(fluence):
    ...

for fluence in [1e22. 1e23]:
    result = run_festim_model(fluence)
    plot_tds(result, label=fluence)

@rekomodo
Copy link
Collaborator Author

rekomodo commented Jul 10, 2024

Completely agree, I'll try something out later but I'll have this as low priority until they respond.

@RemDelaporteMathurin RemDelaporteMathurin added the help wanted Extra attention is needed label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants