-
Notifications
You must be signed in to change notification settings - Fork 37
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
720fe5c
commit 80e66dc
Showing
2 changed files
with
8 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -84,9 +84,11 @@ A list of useful keywords: | |
| LWRITE_UNK | Do we want the `UNK` files? | TRUE/FALSE | FALSE | | ||
| LUNK_FMTED | Do we want the `UNK` files be human-readable? | TRUE/FALSE | FALSE | | ||
| LREDUCE_UNK | Do we want the `UNK` files be reduced in size? | TRUE/FALSE | FALSE | | ||
| LWRITE_SPN | Do we want the `.spn` files? (__Serial only__) | TRUE/FALSE | FALSE | | ||
| LWRITE_SPN | Do we want the `.spn` files? (__Serial only__) | TRUE/FALSE | FALSE | | ||
| LSPN_FMTED | Do we want the `.spn` files be human-readable? | TRUE/FALSE | FALSE | | ||
|
||
## How to cite | ||
Citation of the code is not mandatory but would be appreciated. A reference to this website using this [BibTeX entry](./vasp2wan90.bib) will suffice. | ||
|
||
## Contributing | ||
Issues and pull-requests are welcome, feel free to ask anything [E-mail]([email protected]). |
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,5 @@ | ||
@Misc{VASP2WAN90_v2_fix, | ||
author = {Chengcheng Xiao}, | ||
title = {The VASP2WAN90_v2_fix patch}, | ||
howpublished = {\url{https://github.com/Chengcheng-Xiao/VASP2WAN90_v2_fix/}} | ||
} |