-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFILES
20 lines (14 loc) · 804 Bytes
/
FILES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Files
-----
The following are some of the key files included in PyCIFRW:
Original files:
CifFile_module.py Defines the CifFile and CifDic classes
StarFile.py Defines the StarFile module on which CifFiles are built
YappsStarParser_n_n.py Cif parser for grammar n_n automatically generated by Yapps3
YappsStarParser_n_n.g Yapps3 input grammar used to generate above file
Makefile How to derive .py files from .g files
StarScan.so Compiled Python extension module for rapid input
drel/ Routines for processing dREL methods
Files derived from other programs:
yapps3_compiled_rt.py Yapps3 runtime support (modified part of the
Yapps3 distribution)