CIF (.cif)
- Import supports version 1.1 of the CIF format.
Background & Context
-
- MIME type: chemical/x-cif
- 3D molecular model file.
- Used in cheminformatics applications and on the web for storing and exchanging molecule models.
- CIF is an acronym for Crystallographic Information File and Crystallographic Information Framework.
- Plain text format.
- Extensible self-describing format.
- Developed in 1991 by the International Union of Crystallography.
Import
- Import["file.cif"] reads a CIF file and returns its contents as a list of rules.
- Import["file.cif",elem] imports the specified element from a CIF file.
- Import["file.cif",{{elem1,elem2,…}}] imports multiple elements.
- The import format can be specified with Import["file","CIF"] or Import["file",{"CIF",elem,…}].
- See the following reference pages for full general information:
-
Import import from a file CloudImport import from a cloud object ImportString import from a string ImportByteArray import from a byte array
Import Elements
- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements - Data representation elements:
-
"Data" numerical and textual data, given as a list of rules "Comments" user comments as a list of strings "Molecule" a symbolic representation of the molecule model - Import uses the "Data" element by default for the CIF format.