ABINIT: Difference between revisions

Jump to navigation Jump to search
1,031 bytes added ,  6 years ago
still needs sample job script
m (Stuekero moved page Abinit to ABINIT: ABINIT is spelled as all-caps)
(still needs sample job script)
Line 1: Line 1:
{{Draft}}
{{Draft}}
[[Category:Software]]
[[Category:Software]]
[https://www.abinit.org ABINIT] [1] est une série de programmes de structure électronique pour des molécules ou des systèmes périodiques. Il utilise la théorie de la fonctionnelle de densité (DFT pour Density Functional Theory) avec des bases de pseudopotentiels et d'onde planes. Il est disponible sur plusieurs superordinateurs du réseau Calcul Canada. Pour voir les versions disponibles, veuillez vous référer à la page [[Available software]]


[1] X. Gonze, B. Amadon, P. M. Anglade, J. M. Beuken, F. Bottin, P. Boulanger, F. Bruneval, D. Caliste, R. Caracas, M. Côté, T. Deutsch, L. Genovese, P. Ghosez, M. Giantomassi, S. Goedecker, D. R. Hamann, P. Hermet, F. Jollet, G. Jomard, S. Leroux, M. Mancini, S. Mazevet, M. J. T. Oliveira, G. Onida, Y. Pouillon, T. Rangel, G. M. Rignanese, D. Sangalli, R. Shaltaf, M. Torrent, M. J. Verstraete, G. Zerah, and J. W. Zwanziger, [https://doi.org/10.1016/j.cpc.2009.07.007 Computer Physics Communications 180 (12), 2582 (2009)].
"[https://www.abinit.org ABINIT] is a software suite to calculate the optical, mechanical, vibrational, and other observable properties of materials. Starting from the quantum equations of density functional theory, you can build up to advanced applications with perturbation theories based on DFT, and many-body Green's functions (GW and DMFT). ABINIT can calculate molecules, nanostructures and solids with any chemical composition, and comes with several complete and robust tables of atomic potentials."
 
Run <code>module spider abinit</code> to see what versions of ABINIT are currently available. Run it again with a specific version number, e.g. <code>module spider abinit/8.4.4</code>, to see if there are other modules that must be loaded first. See [[Utiliser des modules/en|Using modules]] for more on the <code>module</code> command.
 
== Atomic data files ==
 
Compute Canada does not maintain a collection of atomic data files for ABINIT. You should obtain the atomic data files you need for your calculation by following the links from the [https://www.abinit.org/downloads/atomic-data-files Atomic data files] page at abinit.org.  
 
These files rarely exceed 1 megabyte in size, so they may be downloaded directly to any login node using <code>wget</code> and the URL of the data file. For example,
{{Command|wget http://www.pseudo-dojo.org/pseudos/nc-sr-04_pbe_standard/H.psp8.gz}}
to download the pseudopotential file for hydrogen.
 
Data files for the tutorials and tests can also be found at <code>$EBROOTABINIT/share/abinit-test/Psps_for_tests/</code>.
 
== Example input ==
 
Input files mentioned in the [https://docs.abinit.org/tutorial/ ABINIT tutorial] can be found at <code>$EBROOTABINIT/share/abinit-test/tutorial</code>.
 
== Example job script ==
 
ABINIT calculations other than the most trivial tests or tutorial examples should be run via the job scheduler, [[Running jobs|Slurm]]. Below is an example job script for running ABINIT. You should be able to adapt this to your own needs.
 
TO DO
Bureaucrats, cc_docs_admin, cc_staff
2,879

edits

Navigation menu