A python script to convert any ase input file to gulp (.gin)
Project description
Gulp Input Setter
A simple Python module for creating GULP input files from CIF structures.
Installation
The installation is very straightforward. Follow the steps below.
Dependencies
The only dependency is:
- ase (Atomic Simulation Environment)
Install from PyPI
pip install gulp_setup
Install from GitHub
Step 1: Clone the repository
git clone https://github.com/bafgreat/gulp_setup.git
Step 2: Move into the folder
cd gulp_setup
Step 3: Install the package
pip install .
This command will install the gulp_setup Python package locally.
Usage
Create inputs from a folder of CIF files
Run the command below to create a GULP input file for each CIF file in a folder. Each file will be placed into a folder named after the prefix of the input file name.
gulp_setup_folder folder
Create a single input file
If you do not want to create individual folders for each input file, simply run:
gulp_setup_file input.cif
This command will create an input.gin file in the same folder. This is useful when you do not want to create multiple folders for each input file.
Lattice optimization
By default, GULP input files are created for constant volumes (lattice not optimized).
If you want to optimize the lattices, add the -op conp argument after the name of the input file.
Example:
gulp_setup_file input.cif -op conp
This will trigger lattice optimization.
Running GULP
If you have GULP installed, you can simply run it as follows:
gulp < input.gin > input.got
or
~/src/gulp-6.0/Src/gulp < input.gin > input.got
Notes
The second example assumes you have compiled GULP into a folder called $HOME/src.
For more information about installing GULP, visit: Download GULP
You can also email me if you have trouble with your installation. I am not an expert but I may have some knowledge to guide you.
Enjoy gulping
Project details
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 gulp_setup-0.1.6.tar.gz.
File metadata
- Download URL: gulp_setup-0.1.6.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.9 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb301692b17ecd3bc2bf60b9a1ddcc35eba6c94a6a182807b0cec580c402f901
|
|
| MD5 |
3e556c4422bd92dfec4a7beabbfb505b
|
|
| BLAKE2b-256 |
981db6a40187ad1e93ae470e33b9d4f75048cbf47de59be2456ed16abff3df00
|
File details
Details for the file gulp_setup-0.1.6-py3-none-any.whl.
File metadata
- Download URL: gulp_setup-0.1.6-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.9.9 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91b5c5846131fdce40da55acf49ee14ed1055d27cd829e34c5c0a6216ff853f7
|
|
| MD5 |
59752736075c3abeb3fab9a1470bc7ed
|
|
| BLAKE2b-256 |
e9c0cdea10f968a1bb8a967a1a85f58009f4a1bfad6fb7f5bbdcd74e1df5187e
|