"vscode:/vscode.git/clone" did not exist on "a38da1f5ba2ba7f93692ddde5a92690ab0ad6096"
  1. 06 Jan, 2020 1 commit
  2. 04 Jan, 2020 3 commits
  3. 03 Jan, 2020 2 commits
  4. 30 Dec, 2019 1 commit
  5. 16 Dec, 2019 2 commits
  6. 10 Dec, 2019 1 commit
  7. 06 Dec, 2019 1 commit
  8. 03 Dec, 2019 1 commit
  9. 02 Dec, 2019 1 commit
  10. 15 Nov, 2019 1 commit
  11. 12 Nov, 2019 2 commits
  12. 11 Nov, 2019 1 commit
  13. 05 Nov, 2019 1 commit
  14. 04 Nov, 2019 1 commit
  15. 01 Nov, 2019 3 commits
  16. 29 Oct, 2019 1 commit
  17. 28 Oct, 2019 1 commit
  18. 25 Oct, 2019 2 commits
  19. 24 Oct, 2019 4 commits
  20. 23 Oct, 2019 2 commits
  21. 17 Oct, 2019 1 commit
  22. 12 Oct, 2019 3 commits
  23. 09 Oct, 2019 2 commits
  24. 07 Oct, 2019 2 commits
    • David Dotson's avatar
      Switched hartree ScaledUnit basis to joule · ad50ced2
      David Dotson authored
      From @peastman:
      
      > Test cases are failing. I believe it's because the parent for a ScaledUnit needs to be a Unit, not another ScaledUnit. So in the line
      >
      > ```
      >  hartree_base_unit = ScaledUnit(4.3597447222071e-18, joule_base_unit, "hartree", "Ha")
      > ```
      >
      > replace joule_base_unit with joule.
      ad50ced2
    • David Dotson's avatar
      Added hartree unit. · ce85b7f7
      David Dotson authored
      This is of immediate need to QCEngine, in particular MolSSI/QCEngine#151
      ce85b7f7