We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e562b + 800f789 commit 7306085Copy full SHA for 7306085
src/diffpy/utils/scattering_objects/__init__.py
@@ -0,0 +1,19 @@
1
+#!/usr/bin/env python
2
+##############################################################################
3
+#
4
+# diffpy.utils by DANSE Diffraction group
5
+# Simon J. L. Billinge
6
+# (c) 2010 The Trustees of Columbia University
7
+# in the City of New York. All rights reserved.
8
9
+# File coded by: Simon Billinge
10
11
+# See AUTHORS.txt for a list of people who contributed.
12
+# See LICENSE_DANSE.txt for license information.
13
14
15
+
16
+"""Scattering objects
17
+"""
18
19
+# End of file
0 commit comments