-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14b8e5b
commit 1fa799c
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# sqs2QE_VASP | ||
Converts bestsqs.out generated by mcsqs of ATAT package to Quantum-Espresso and VASP format. | ||
# this bash script converts bestsqs.out generated by mcsqs of ATAT package | ||
# file to POSCAR, vasp format and pwscf.in Quantum-Espresso format. | ||
# This script requires BLAS and LAPACK libraries. | ||
# Written by Rajendra Adhikari, Kathmandu Univeristy, Dhulikhel Kavre Nepal | ||
# email: rajendra.adhikari@ku.edu.np | ||
# Date: 01/21/2016 | ||
# I always welcome your feedback and suggestions about this script | ||
# | ||
##### This script may NOT work out of the box ##### | ||
# Please change the relevent variables first before use. | ||
# It is the responsibility of researcher to check the code before using it for | ||
# production purpose(s). |