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 1
1
import getopt
2
2
import sys
3
3
4
+ from diffpy .cmi .version import __version__
5
+
4
6
5
7
def usage ():
6
8
"""Print short help message."""
7
9
print (
8
10
"""\
9
11
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.
13
20
14
21
Docs: https://www.diffpy.org/diffpy.cmi
15
22
@@ -24,8 +31,6 @@ def usage():
24
31
25
32
26
33
def version ():
27
- from diffpy .cmi .version import __version__
28
-
29
34
print (f"diffpy-cmi { __version__ } " )
30
35
31
36
You can’t perform that action at this time.
0 commit comments