Skip to content

Commit 935f5e5

Browse files
committed
__init__.py
1 parent 8d4945a commit 935f5e5

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

src/diffpy/srfit/__init__.py

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,21 @@
33
#
44
# (c) 2008-2025 The Trustees of Columbia University in the City of New York.
55
# All rights reserved.
6+
# (c) 2026-present The DiffPy Team. All rights reserved.
67
#
7-
# File coded by: Christopher Farrow, Pavol Juhas, and members of the
8-
# Billinge Group.
8+
# File coded by: Christopher Farrow, Pavol Juhas, Caden Myers,
9+
# Simon J. L. Billinge, and members of the DiffPy community.
910
#
1011
# See GitHub contributions for a more detailed list of contributors.
1112
# https://github.com/diffpy/diffpy.srfit/graphs/contributors
1213
#
1314
# See LICENSE.rst for license information.
1415
#
1516
##############################################################################
16-
"""Complex modeling framework for structure refinement and solution.
17-
18-
SrFit is a tool for coherently combining known information about a
19-
material to derive other properties, in particular material structure.
20-
SrFit allows the customization and creation of structure
21-
representations, profile calculators, constraints, restraints and file
22-
input parsers. The customized pieces can be glued together within SrFit
23-
to optimize a structure, or other physically relevant information from
24-
one or more experimental profiles. Other known information about the
25-
system of interest can be included with arbitrarily complex constraints
26-
and restraints. In this way, the end user creates a customized fitting
27-
application that suits the problem to the available information.
28-
29-
The subpackages herein define various pieces of the SrFit framework.
30-
Developers are encouraged to work through the examples described in the
31-
documentation to learn how to use and customize the various parts of
32-
SrFit.
33-
"""
17+
"""Generalized code base for modeling problems."""
3418

3519
# package version
36-
from diffpy.srfit.version import __version__
20+
from diffpy.srfit.version import __version__ # noqa
3721

3822
# silence the pyflakes syntax checker
3923
assert __version__ or True

0 commit comments

Comments
 (0)