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

FENDL-3.2b Retrofitting #42

Draft
wants to merge 59 commits into
base: main
Choose a base branch
from

Commits on Jun 14, 2024

  1. First commit for FENDL3.2B retrofitting

    Eitan Weinstein committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    dbef6ca View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    cdd7bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3d010f View commit details
    Browse the repository at this point in the history
  3. Simplifying endf_specs() function

    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6c5ac24 View commit details
    Browse the repository at this point in the history
  4. Remove now-obsolete ENDFtk warning suppression

    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    03e3af3 View commit details
    Browse the repository at this point in the history
  5. Simplify tendl_download() function using data structures

    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fa4f29e View commit details
    Browse the repository at this point in the history
  6. Switching tendl_download() function over to urllib dependence

    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0190096 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    413ae46 View commit details
    Browse the repository at this point in the history
  8. Separating out a write function for the GROUPR input from the input c…

    …ard formatting function
    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2eb9ffd View commit details
    Browse the repository at this point in the history
  9. Removing now-obsolete Pandas dependence

    Eitan Weinstein committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1247db3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    1d35b79 View commit details
    Browse the repository at this point in the history
  2. Fixing indexing on groupr_input_file_writer()

    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    de3cbb4 View commit details
    Browse the repository at this point in the history
  3. Storing elements in a single dictionary to be referenced across both …

    …toolkits
    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d20eed8 View commit details
    Browse the repository at this point in the history
  4. Removing now-obsolete ENDFtk warning supression from gend_tools.py an…

    …d fendl3_gendf.py
    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    58a4ede View commit details
    Browse the repository at this point in the history
  5. Updating gendf_download() function -- notably switching away from wge…

    …t to requests
    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b83be55 View commit details
    Browse the repository at this point in the history
  6. Switching CSV reading from Pandas DataFrame to dictionary

    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e135311 View commit details
    Browse the repository at this point in the history
  7. Moving away from direct input to argparse input/options

    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    29528dd View commit details
    Browse the repository at this point in the history
  8. Expanding argparse usage

    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0abb51b View commit details
    Browse the repository at this point in the history
  9. Moving away from print statements towards logging

    Eitan Weinstein committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    582424b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Removed unnecessary file from file cleanup list

    Eitan Weinstein committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    77e9a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493a35c View commit details
    Browse the repository at this point in the history
  3. Improving readability of NJOY run message for logger

    Eitan Weinstein committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a29bd66 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Updating the logging to redirect ENDFtk messages to the logger and re…

    …tain argparse messages in terminal
    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    69fe5f0 View commit details
    Browse the repository at this point in the history
  2. Removing stand-alone groupr script -- unnecessary and not called indi…

    …vidually
    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d0f7d3b View commit details
    Browse the repository at this point in the history
  3. Reorganizing folder structure -- separate GROUPR folder no longer see…

    …med necessary with only one file in it
    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4318ae4 View commit details
    Browse the repository at this point in the history
  4. Finalizing move out of GROUPR/

    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b1b63f9 View commit details
    Browse the repository at this point in the history
  5. Moving the rest of fendl3_gendf.py to the main() function

    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1edd251 View commit details
    Browse the repository at this point in the history
  6. Forgot to include mt_table in main()

    Eitan Weinstein committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fb2d548 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Streamlining endf_specs usage and placement.

    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4065d00 View commit details
    Browse the repository at this point in the history
  2. Removing direct GENDF download function -- all downloads need to be p…

    …rocessed through NJOY now
    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4250c44 View commit details
    Browse the repository at this point in the history
  3. Moving GROUPR parameters to global constants.

    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    93d469f View commit details
    Browse the repository at this point in the history
  4. Logging error if NJOY run is unsuccessful.

    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    98dcc93 View commit details
    Browse the repository at this point in the history
  5. Cleaning up package imports

    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2460d72 View commit details
    Browse the repository at this point in the history
  6. Removing unnecessary package imports on fendl3_gendf.py

    Eitan Weinstein committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6fcf5e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Fixing KZA formatting.

    Eitan Weinstein committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5ec6bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Addressing low-level comments from most recent review.

    Eitan Weinstein committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f490d38 View commit details
    Browse the repository at this point in the history
  2. Improving readability

    Eitan Weinstein committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    45df27f View commit details
    Browse the repository at this point in the history
  3. Beginning high-level overhaul and restructuring

    Eitan Weinstein committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b76634f View commit details
    Browse the repository at this point in the history
  4. Improving readability for nuclear_decay()

    Eitan Weinstein committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    121e57a View commit details
    Browse the repository at this point in the history
  5. Increasing readability of argparser

    Eitan Weinstein committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fb1b796 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Major overhaul of modularity and including functionality for iteratin…

    …g over multiple isotopes.
    Eitan Weinstein committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c8e6cea View commit details
    Browse the repository at this point in the history
  2. Removing time package.

    Eitan Weinstein committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4d99f41 View commit details
    Browse the repository at this point in the history
  3. Removing specific example file from GENDF files.

    Eitan Weinstein committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e0529dc View commit details
    Browse the repository at this point in the history
  4. Making the file saving more versatile.

    Eitan Weinstein committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cc064b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Responding to a majority of the high-level comments from Tuesday's re…

    …view.
    Eitan Weinstein committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    14c5730 View commit details
    Browse the repository at this point in the history
  2. Fixing docstring for ensure_gendf_markers() function.

    Eitan Weinstein committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    95815b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Improving isotope identification methods.

    Eitan Weinstein committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a5997b5 View commit details
    Browse the repository at this point in the history
  2. Improving isotope identification methods.

    Eitan Weinstein committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f83a646 View commit details
    Browse the repository at this point in the history
  3. Simplifying logging method and usage.

    Eitan Weinstein committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    98f23c3 View commit details
    Browse the repository at this point in the history
  4. One more logging fix.

    Eitan Weinstein committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    498c824 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Completing response to last review and making arg processing more mod…

    …ular.
    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a807f1e View commit details
    Browse the repository at this point in the history
  2. Improving ability to iterate over all elements.

    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    76b9aa1 View commit details
    Browse the repository at this point in the history
  3. Fixing minor bug in execution of handle_TENDL_downloads().

    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    eebeea3 View commit details
    Browse the repository at this point in the history
  4. Small formatting change to fit in max line length.

    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    912530f View commit details
    Browse the repository at this point in the history
  5. More minor formatting adjustments and simplifying the line length set…

    …tings for the logger.
    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c374494 View commit details
    Browse the repository at this point in the history
  6. Allowing for fendle_retrofit.py to be executed from DataLib.

    Eitan Weinstein committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f50b617 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Removing unnecessary print statement.

    Eitan Weinstein committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4ba725e View commit details
    Browse the repository at this point in the history
  2. Ensuring that NJOY output is properly handled when program is execute…

    …d from DataLib directory.
    Eitan Weinstein committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6257033 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    4921dba View commit details
    Browse the repository at this point in the history