Skip to content
View HammerSeb's full-sized avatar
  • Experimental Physics VI, University of Würzburg
  • Würzburg

Block or report HammerSeb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. celltools celltools Public

    Tools to manipulate atoms and molecules in a unit cell

    Python 5 1

  2. xDimer xDimer Public

    Simulation of multi-molecular emission spectra dominated by intermolecular vibrations

    Python

  3. LS336Control LS336Control Public

    Lakeshore 336 Temperature control interface

    Python

  4. Clean up bib file Clean up bib file
    1
    """
    2
    cleans up given bib file from attributes set in JabRef
    3
    """
    4
    with open("bib.bib", 'r', encoding= 'utf-8') as old_bib:
    5
        lines = old_bib.readlines()