File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11import getopt
22import sys
33
4+ from diffpy .cmi .version import __version__
5+
46
57def usage ():
68 """Print short help message."""
79 print (
810 """\
911
10- DiffPy-CMI is our complex modeling framework. It is a highly flexible library
11- of Python modules for robust modeling of nanostructures in crystals,
12- nanomaterials, and amorphous materials.
12+ Welcome to diffpy-CMI, a complex modeling infrastructure
13+ designed for multi-modal analysis of scientific data.
14+ While broadly applicable to a wide range of problems,
15+ including those beyond materials science, diffpy-CMI currently
16+ provides robust tools for modeling atomic structure based on
17+ Pair Distribution Function (PDF) and Small-Angle Scattering (SAS) data.
18+ Its modular Python architecture enables extensible workflows,
19+ with additional capabilities continually being developed.
1320
1421Docs: https://www.diffpy.org/diffpy.cmi
1522
@@ -24,8 +31,6 @@ def usage():
2431
2532
2633def version ():
27- from diffpy .cmi .version import __version__
28-
2934 print (f"diffpy-cmi { __version__ } " )
3035
3136
You can’t perform that action at this time.
0 commit comments