2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-07-30 09:04:19 +02:00

Merge branch 'master' into patch-2

This commit is contained in:
vijay 2018-01-15 16:37:59 +01:00 committed by GitHub
commit f3a56703ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@ Double Exchange Hamiltonian: Complete Version
(under GNU GENERAL PUBLIC LICENSE v2) (under GNU GENERAL PUBLIC LICENSE v2)
1. Dependencies _Dependencies_
--------------- ---------------
1. [PETSc](https://www.mcs.anl.gov/petsc/documentation/installation.html) and [SLEPc](http://slepc.upv.es/documentation/current/docs/instal.htm) 1. [PETSc](https://www.mcs.anl.gov/petsc/documentation/installation.html) and [SLEPc](http://slepc.upv.es/documentation/current/docs/instal.htm)
2. [IRPF90](https://github.com/scemama/irpf90) 2. [IRPF90](https://github.com/scemama/irpf90)
2. Compiling _Compiling_
------------ ------------
1. Export environment variables for PETSc and SLEPc 1. Export environment variables for PETSc and SLEPc
@ -26,13 +26,14 @@ Double Exchange Hamiltonian: Complete Version
# The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure. # The "arch-linux2-c-debug" directory can have different names depending on PETSC and SLEPC installation procedure.
``` ```
2. Make the executable 2. Make the executable
```shell ```shell
make ex1 make ex1
``` ```
3. Using DEHam _Using DEHam_
--------------- ---------------
1. The DEHam program requires an input file which 1. The DEHam program requires an input file which
@ -59,7 +60,7 @@ Double Exchange Hamiltonian: Complete Version
mpiexec -n [nprocs] ./ex1 inpfile mpiexec -n [nprocs] ./ex1 inpfile
``` ```
4. Publications using this code _Publications using this code_
------------------------------- -------------------------------
1. High-Spin Chains and Crowns from Double-Exchange Mechanism [doi:10.3390/cryst6040039](http://www.dx.doi.org/10.3390/cryst6040039) 1. High-Spin Chains and Crowns from Double-Exchange Mechanism [doi:10.3390/cryst6040039](http://www.dx.doi.org/10.3390/cryst6040039)