forked from msg-byu/enumlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/glwhart/enumlib
- Loading branch information
Showing
8 changed files
with
74 additions
and
58 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
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
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
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 |
---|---|---|
@@ -1,40 +1,41 @@ | ||
##BRIEF DESCRIPTION | ||
### BRIEF DESCRIPTION | ||
|
||
## Description of aux_src files | ||
|
||
These files contain program's that can be useful for some users and need should be maintained but are not necessary for the main code, enum.x, to run. A description of what each file does follows: | ||
These files contain programs that can be useful for some users and need should be maintained but are not necessary for the main code, `enum.x`, to run. A description of what each file does follows: | ||
|
||
#makestr.f90: | ||
makestr.f90 is used for making POSCARs, it is accessed and used in the src directory by typing | ||
# makestr.f90: | ||
`makestr.f90` is used for making `POSCAR`s. It is accessed and used in the src directory by typing | ||
`make makestr.x` | ||
|
||
#make2Dplot.f90: This program is used to make a 2D plot of the | ||
# make2Dplot.f90: | ||
This program is used to make a 2D plot of the | ||
enumeration results. It can also be compiled in the src directory by | ||
typing `make 2Dplot.x`. This program relies on splot.f which won't | ||
typing `make 2Dplot.x`. This program relies on `splot.f` which won't | ||
compile with gfortran. To use this program compile with ifort. | ||
|
||
#convert_structure_to_enumformat.f90: | ||
# convert_structure_to_enumformat.f90: | ||
This program is designed to convert a structures.in file to structure.enum.out file. It can be compiled in the src directory using `make convert_structures_to_enumformat.x` | ||
|
||
#HNF_counter.f90: | ||
# HNF_counter.f90: | ||
|
||
#compare_two_enum_files.f90: | ||
# compare_two_enum_files.f90: | ||
It can be compiled from the src directory using `make compare_enum_files.x` | ||
|
||
#cwrapper.f90: | ||
# cwrapper.f90: | ||
This prgram provides an interface for C++. | ||
|
||
#find_structure_in_list.f90: | ||
# find_structure_in_list.f90: | ||
It can be compiled from the src directory using `make find_structure_in_list.x` | ||
ih | ||
#makePerovStr.f90: | ||
|
||
# makePerovStr.f90: | ||
This program reads in a file in struct_enum.out format and writes out a VASP-like structue file. It can be compiled from the src directory using `make makeperovstr.x` | ||
|
||
#makeStr2D.f90: | ||
# makeStr2D.f90: | ||
This program reads in a file in struct_enum.out format and writes out a VASP-like structue file for a surface calculation. It can be compiled in the src directory using `make makestr.2d` | ||
|
||
#random_lattice_driver.f90: | ||
# random_lattice_driver.f90: | ||
|
||
If you have questions, email or call: [email protected], 801-422-7444 | ||
|
||
For in-depth examples, please see the `EXAMPLES` file in the `support` directory. | ||
For in-depth examples, please see the `EXAMPLES` file in the `support` directory. |
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
This file was deleted.
Oops, something went wrong.
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
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