Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
d33f1658
Commit
d33f1658
authored
Mar 26, 2015
by
eric pellegrini
Browse files
repopulate MDANSE
parent
cc52eff9
Changes
2
Hide whitespace changes
Inline
Side-by-side
MDANSE/__init__.py
View file @
d33f1658
'''
MDANSE : Molecular Dynamics Analysis for Neutron Scattering Experiments
-----------------------------------------------------------------------
MDANSE is a library/application for the analysis of molecular dynamics simulation data.
It uses some concepts of nMolDyn program historically designed by Gerald Kneller
for the computation and decomposition of neutron scattering spectra.
-----------------------------------------------------------------------
Copyright (C)
2015- Eric C. Pellegrini Institut Laue-Langevin
BP 156
6, rue Jules Horowitz
38042 Grenoble Cedex 9
France
pellegrini[at]ill.fr
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Created on Mar 23, 2015
@author: Eric C. Pellegrini
'''
from
__pkginfo__
import
__version__
,
__author__
,
__date__
from
MDANSE.Core.ClassRegistry
import
ClassRegistry
as
REGISTRY
from
MDANSE.Core.Platform
import
PLATFORM
from
MDANSE.Data.ElementsDatabase
import
ELEMENTS
from
MDANSE.Framework.Configurables.UserDefinable
import
USER_DEFINITIONS
\ No newline at end of file
MDANSE/__pkginfo__.py
0 → 100644
View file @
d33f1658
__version__
=
"1.0.0"
__date__
=
"April 2015"
__author__
=
"Eric C. Pellegrini"
__revision__
=
"undefined"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment