Caltech Intermediate Form parser in pure Python
Project description
CIFT
Caltech Intermediate Form parser in pure Python
Under construction
Currently, CIFT is a utility for use in unit tests of RAIMAD, a different project I am working on. As such, it is only guaranteed to support CIF files that RAIMAD produces, and not all CIF files in general.
Turning CIFT into a general-purpose CIF parser is a long-term future goal.
Roadmap
- Complete this roadmap
- Parsing Variants
- Strict (according to [^1] ) parsing
- Klayout-like parsing
- "lenient" layer names working, unclear whether this corresponds 1:1 with kalyout
- Basic parsing
-
P(polygons) -
B(box)- rotation
- Comments
- Maybe? Untested
- Subroutines (
DSandDF) - Translation and rotation (subroutines)
-
- Inspection
- Get CIF file as a list of geometries on each layer
- Get CIF file as a tree representing subroutine calls
Overall Goals
- Pure Python, no dependencies
- easy to understand code
mypy --stricthas no complaints
Contributing
If you'd like to contribute code, please do so by making a fork, comitting your changes, and creating a pull request.
We have unit tests.
Run them with python -m unittest from the root of the repo.
Name
- "CIFT", pronounced like "sift". Think of putting a CIF file into a sieve and letting the syntax crystallize into grains of sand that fall away to reveal the geometries it represents.
License
cift is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only.
cift is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with cift. If not, see https://www.gnu.org/licenses/.
Note: Previous versions of cift were released under different licenses. If the current license does not meet your needs, you may consider using an earlier version under the terms of its original license. You can find these versions by browsing the commit history.
Copyright (c) 2025, maybetree.
Works Cited
[^1]: Sproull, R., & Lyon, R. (1980). The caltech intermediate form for LSI layout description (Technical Report No. 2686). California Institute of Technology, Computer Science Department, Silicon Structures Project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cift-0.1.2.tar.gz.
File metadata
- Download URL: cift-0.1.2.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce9f3b68a1494b4e8e362795a609236c5fcc6842c4d84e5d1bdc6501a28d411f
|
|
| MD5 |
2c11dad4122404fd340166799c7b3ddc
|
|
| BLAKE2b-256 |
a44c35c59dbf27664082122c760a670e6636cb1d4a1811f00f89bdd067b7860f
|
File details
Details for the file cift-0.1.2-py3-none-any.whl.
File metadata
- Download URL: cift-0.1.2-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69388ff5f2f3a2242fc93023d294ec1b2f315121fd2309f472d8d65b92766783
|
|
| MD5 |
a5c358cbbd3f41c33fdae8eeaf058f27
|
|
| BLAKE2b-256 |
1211af06490c93229e564f85446aad10cd3283eb52d5e473ddd993c1727a7446
|