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

Fix remaining GeometryEngine issues #51

Merged
merged 57 commits into from
Dec 8, 2015
Merged

Fix remaining GeometryEngine issues #51

merged 57 commits into from
Dec 8, 2015

Commits on Dec 1, 2015

  1. Configuration menu
    Copy the full SHA
    a6b5636 View commit details
    Browse the repository at this point in the history
  2. fixing probability calculations

    pgrinaway committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    8dbb9c1 View commit details
    Browse the repository at this point in the history
  3. moved old geometry engine to the attic

    pgrinaway committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    b11e958 View commit details
    Browse the repository at this point in the history
  4. add 1/2 prefactor

    pgrinaway committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    a1b3e69 View commit details
    Browse the repository at this point in the history
  5. calculate logZ separately

    pgrinaway committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    24ed133 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2015

  1. fixed bond and angle proposals

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    1bb11e4 View commit details
    Browse the repository at this point in the history
  2. make sure beta is in the right units

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    48ffa76 View commit details
    Browse the repository at this point in the history
  3. fixed angle thing

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    38ac293 View commit details
    Browse the repository at this point in the history
  4. removed unused method

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    1344f99 View commit details
    Browse the repository at this point in the history
  5. calculate reverse torsion_logp

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    d2adbb6 View commit details
    Browse the repository at this point in the history
  6. removed unnecessary imports

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    bd08b30 View commit details
    Browse the repository at this point in the history
  7. fixed some unit stuff

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    25aedf7 View commit details
    Browse the repository at this point in the history
  8. remove loop

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    9346fff View commit details
    Browse the repository at this point in the history
  9. remove another loop

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    52aa9d2 View commit details
    Browse the repository at this point in the history
  10. make jacobian optional again

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    cf92673 View commit details
    Browse the repository at this point in the history
  11. prevent integer division

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    ec3e218 View commit details
    Browse the repository at this point in the history
  12. make some fixes

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    d8ee10e View commit details
    Browse the repository at this point in the history
  13. rename

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    9aa04c2 View commit details
    Browse the repository at this point in the history
  14. cleaning up additional errors

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    6542577 View commit details
    Browse the repository at this point in the history
  15. added some explicit units

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    a807260 View commit details
    Browse the repository at this point in the history
  16. subtracted max from logq

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    6a6fabc View commit details
    Browse the repository at this point in the history
  17. fix denominator

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    a741bf3 View commit details
    Browse the repository at this point in the history
  18. fix units

    pgrinaway committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    98e5673 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. create functions to assign units properly

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    cc32579 View commit details
    Browse the repository at this point in the history
  2. continue fixing unit errors

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    9032910 View commit details
    Browse the repository at this point in the history
  3. fix more units...

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    63fae74 View commit details
    Browse the repository at this point in the history
  4. removed superfluous units

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    045a1cb View commit details
    Browse the repository at this point in the history
  5. still more units...

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    f49a85e View commit details
    Browse the repository at this point in the history
  6. don't add another set of units...

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    625aedb View commit details
    Browse the repository at this point in the history
  7. corrected sign

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    32bc181 View commit details
    Browse the repository at this point in the history
  8. changed sum

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    74b8a6e View commit details
    Browse the repository at this point in the history
  9. fix unit mistake

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    5cac44b View commit details
    Browse the repository at this point in the history
  10. another unit mistake.

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    e40e2a1 View commit details
    Browse the repository at this point in the history
  11. bond units

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    8d3e5c3 View commit details
    Browse the repository at this point in the history
  12. fixed torsion units

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    21a3182 View commit details
    Browse the repository at this point in the history
  13. stop casting beta

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    bc78b1c View commit details
    Browse the repository at this point in the history
  14. fix some unit stuff

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    8e2a426 View commit details
    Browse the repository at this point in the history
  15. fix force constants

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    8f0db37 View commit details
    Browse the repository at this point in the history
  16. replace -inf with exception

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    30cce16 View commit details
    Browse the repository at this point in the history
  17. change logp calculation

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    4f691a2 View commit details
    Browse the repository at this point in the history
  18. fixed torsion units

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    e6bdbda View commit details
    Browse the repository at this point in the history
  19. fix torsion selection

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    2998ccb View commit details
    Browse the repository at this point in the history
  20. fix typo

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    bc433e5 View commit details
    Browse the repository at this point in the history
  21. make unit-ing idempotent

    pgrinaway committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    c620e14 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2015

  1. replace linspace with arange

    pgrinaway committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    2635d12 View commit details
    Browse the repository at this point in the history
  2. fixed arange

    pgrinaway committed Dec 4, 2015
    Configuration menu
    Copy the full SHA
    df0eb21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d16806 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. add coordinate conversion with units

    pgrinaway committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    ca3f0ea View commit details
    Browse the repository at this point in the history
  2. change parmtop input

    pgrinaway committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    73e137d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. fixes

    pgrinaway committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    0ba012b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. fix angles

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    806adc0 View commit details
    Browse the repository at this point in the history
  2. test angle computation

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    d956d88 View commit details
    Browse the repository at this point in the history
  3. remove plotting

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    5ca5c9f View commit details
    Browse the repository at this point in the history
  4. temprorary unit fix

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    cba5b45 View commit details
    Browse the repository at this point in the history
  5. change name of test to make run

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    390efd1 View commit details
    Browse the repository at this point in the history
  6. calculate determinant of jacobian

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    d465db1 View commit details
    Browse the repository at this point in the history
  7. fix unit

    pgrinaway committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    6d5788e View commit details
    Browse the repository at this point in the history