https://github.com/radi0sus/ciflord2
Ciflord2 is a console application that can manipulate CIFs (Crystallographic Information Files) and generate (nice) tables from the CIF. The application philosophy is automation. User input should be as low as possible. Ciflord2 is compatible with CIFs generated by `SHELXL` program starting from SHELXL-97, though support for SHELXL-97 is limited. The application is written in PureBasic.
https://github.com/radi0sus/ciflord2
Last synced: 4 months ago
JSON representation
Ciflord2 is a console application that can manipulate CIFs (Crystallographic Information Files) and generate (nice) tables from the CIF. The application philosophy is automation. User input should be as low as possible. Ciflord2 is compatible with CIFs generated by `SHELXL` program starting from SHELXL-97, though support for SHELXL-97 is limited. The application is written in PureBasic.
- Host: GitHub
- URL: https://github.com/radi0sus/ciflord2
- Owner: radi0sus
- License: bsd-3-clause
- Created: 2016-12-11T07:47:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-07T08:49:59.000Z (almost 9 years ago)
- Last Synced: 2025-02-01T09:43:34.709Z (9 months ago)
- Language: PureBasic
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ciflord2
`Ciflord2` is a **console application** that can manipulate CIFs (Crystallographic Information Files) and generate (nice) tables from the CIF. The application philosophy is automation. User input should be as low as possible. Ciflord2 is compatible with CIFs generated by `SHELXL` program starting from `SHELXL-97`, though support for `SHELXL-97` is limited. The application is written in `PureBasic`. Read the [help file](help.md) for more information how to use the program.The program uses the "Value Interface" from Nicolas Goeddel for some calculations. See http://www.forums.purebasic.com/german/viewtopic.php?f=8&t=15675 for more information.
## Compilation
* Copy all files from the `ciflord2` folder and open `ciflord2.pb` with `PureBasic`.
* In the `Compiler Options` from the `Compiler` menu select `Console` as `Executable Format`.
* Select `Create Executable...` from the `Compiler` menu.
Testet with Windows 10 (x64) and Linux (x64) and PureBasic 5.50.