File: CrystalEnvironment.py

package info (click to toggle)
mmtk 2.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,788 kB
  • ctags: 6,600
  • sloc: python: 18,050; ansic: 12,400; makefile: 129; csh: 3
file content (12 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# This module defines the environment in which crystal definition files
# are executed.

from MMTK.Database import BlueprintAtom, BlueprintGroup, BlueprintMolecule, \
                          BlueprintBond
from MMTK.ConfigIO import Cartesian, ZMatrix
from MMTK.PDB import PDBFile
from MMTK.Units import *
Atom = BlueprintAtom
Group = BlueprintGroup
Molecule = BlueprintMolecule
Bond = BlueprintBond