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

Two yukawa structure factor model #590

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from
Draft

Two yukawa structure factor model #590

wants to merge 23 commits into from

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    d53c877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf7945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33fbde4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Update the python code of the two-Yukawa code.

    (This verserion still uses the c-code to calcualte the structure
    factor.)
    Liu committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    1d98b95 View commit details
    Browse the repository at this point in the history
  2. make two-Yukawa work with mac compiler (c-code version)

    Paul Kienzle committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b689157 View commit details
    Browse the repository at this point in the history
  3. memoize parameters for two yukawa as a speedup hack

    Paul Kienzle committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    2f5f97b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

  1. Use parameter translation rather than memoization so that OpenMP can …

    …operate along Q
    Paul Kienzle committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    660ffc4 View commit details
    Browse the repository at this point in the history
  2. tweak two Yukawa docs

    Paul Kienzle committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9fd13a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    951789b View commit details
    Browse the repository at this point in the history
  2. :rename the file name to Two_Yukawa

    And also update the document
    Liu committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    05dbd1a View commit details
    Browse the repository at this point in the history
  3. show which two Yukawa tests are failing

    Paul Kienzle committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    626ec28 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'master' into TwoYukawa

    Paul Kienzle committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8a2a933 View commit details
    Browse the repository at this point in the history
  2. work around pocl problems (for now)

    Paul Kienzle committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fb8d610 View commit details
    Browse the repository at this point in the history
  3. work around pocl problems (for now)

    Paul Kienzle committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6b80a43 View commit details
    Browse the repository at this point in the history
  4. fix test case: effective radius cannot be polydisperse

    Paul Kienzle committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7ac0b35 View commit details
    Browse the repository at this point in the history
  5. work around pocl problems (for now)

    Paul Kienzle committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3d4be93 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update TY_YukawaSq.c

    Comment out the check function so that correct solution can be returned correctly.
    yunliu01 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    56dd884 View commit details
    Browse the repository at this point in the history
  2. Update TY_YukawaSq.c

    Not sure if the previous change break some part of the codes. The code could not return the correct results. Remove the added code to see if it works.
    yunliu01 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5d5dc49 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Update the C code by commenting out the codes to check the results of

    the equations
    Liu committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1315140 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. add precision checks for the two yukawa expressions

    Paul Kienzle committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bcff5b6 View commit details
    Browse the repository at this point in the history
  2. add precision checks for the two yukawa expressions [tweak cutoff val…

    …ues]
    Paul Kienzle committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5ac6f83 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. need .h files from models directory for two yukawa

    Paul Kienzle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    510234f View commit details
    Browse the repository at this point in the history