1. 15 Oct, 2014 1 commit
  2. 06 Oct, 2014 4 commits
  3. 18 Sep, 2014 1 commit
  4. 17 Sep, 2014 2 commits
  5. 08 Sep, 2014 1 commit
  6. 02 Sep, 2014 1 commit
  7. 26 Aug, 2014 1 commit
  8. 22 Aug, 2014 1 commit
  9. 20 Aug, 2014 1 commit
  10. 16 Aug, 2014 1 commit
  11. 10 Aug, 2014 1 commit
    • Jason Swails's avatar
      Redo the way CHARMM PSF files are parsed. This should be much more robust in · 4b9221e3
      Jason Swails authored
      terms of supporting PSF files that don't really conform to the "standard" way
      that CHARMM prints them.
      
      The downside is that it relies on ! comment tags which I think are comments for
      CHARMM.  However, the use of !NATOM and !NBOND and other tags seem to be _much_
      more conserved than the general format of the PSF file across different dialects
      of PSFs.  So the current approach should be more flexible.
      4b9221e3
  12. 09 Aug, 2014 1 commit
  13. 23 Jul, 2014 1 commit
  14. 21 Jul, 2014 2 commits
  15. 18 Jul, 2014 4 commits
  16. 17 Jul, 2014 1 commit
  17. 16 Jul, 2014 2 commits
  18. 15 Jul, 2014 2 commits
  19. 14 Jul, 2014 3 commits
  20. 11 Jul, 2014 5 commits
  21. 07 Jul, 2014 1 commit
  22. 03 Jul, 2014 1 commit
    • Jason Swails's avatar
      Small fixes: · f5cbd31e
      Jason Swails authored
          - Adjust CharmmPsfFile parser to accept multiple blank lines before the
            NATOM record (I saw 1 PSF file like this... not sure how common it really
            is)
          - Removed the shebang line from element.py and removed execute permissions--
            it should never be executed directly (evidenced by the fact that the
            original shebang line was wrong and would never work, anyway).
          - Fix a test to determine if a Bond is part of an Angle in the PSF data
            structures.
      f5cbd31e
  23. 02 Jul, 2014 2 commits