Skip to content
Snippets Groups Projects
__pkginfo__.py 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • __description__  = "Analysis of Molecular Dynamics trajectories"
    
    __long_description__ = """MDANSE is an interactive program for the analysis of Molecular
    Dynamics simulations. It is especially designed for the computation
    and decomposition of neutron scattering spectra. The structure and
    dynamics of the simulated systems can be characterized in terms of
    various space and time correlation functions. To analyze the dynamics
    of complex systems, rigid-body motions of arbitrarily chosen molecular
    subunits can be studied.
    """
    
    __author__           = "R. Perenon, E.C. Pellegrini"
    
    __author_email__     = "perenon@ill.fr, pellegrini@ill.fr"
    
    __maintainer__       = "R. Perenon, E.C. Pellegrini"
    
    __maintainer_email__ = "perenon@ill.fr, pellegrini@ill.fr"
    
    __former_contributors__ = "G. Goret, B. Aoun"
    
    __url__              = "https://mdanse.org/"
    
    __repo__             = "https://code.ill.fr/scientific-software/mdanse/"
    
    __license__          = "GPL 3"
    
    
    Remi Perenon's avatar
    Remi Perenon committed
    __version__ = "1.2.1"
    
    eric pellegrini's avatar
    eric pellegrini committed
    
    
    Remi Perenon's avatar
    Remi Perenon committed
    __date__ = "21-09-2018"
    
    eric pellegrini's avatar
    eric pellegrini committed
    
    
    __beta__ = "beta"