aboutsummaryrefslogtreecommitdiff
blob: 192c6f3cb44a86082ca84cebfb28eee4d18dd72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci-physics</herd>
  <longdescription lang="en">
ABINIT is a package whose main program allows one to find the total energy, 
charge density and electronic structure of systems made of electrons and nuclei 
(molecules and periodic solids) within Density Functional Theory (DFT), using 
pseudopotentials and a planewave basis. ABINIT also includes options to optimize
the geometry according to the DFT forces and stresses, or to perform molecular 
dynamics simulations using these forces, or to generate dynamical matrices, 
Born effective charges, and dielectric tensors. Excited states can be computed 
within the Time-Dependent Density Functional Theory (for molecules), or within 
Many-Body Perturbation Theory (the GW approximation). In addition to the main 
ABINIT code, different utility programs are provided.
</longdescription>
  <use>
    <flag name="atompaw">Enable support for atompaw, a Projector Augmented Waves atomic data generator</flag>
  </use>
  <use>
    <flag name="bigdft">Enable support for BigDFT, DFT package using wavelet basis set</flag>
  </use>
  <use>
    <flag name="cuda">Enable support for nVidia CUDA</flag>
  </use>
  <use>
    <flag name="cuda-double">
     Enable support for double precision nVidia CUDA
  </flag>
  </use>
  <use>
    <flag name="etsf_io">
      Enable support for reading and writing the European Theoretical
      Spectroscopy facility (ETSF) file format.
    </flag>
  </use>
  <use>
    <flag name="fftw-threads">
   Use the threaded version of <pkg>sci-libs/fftw</pkg>
  </flag>
  </use>
  <use>
    <flag name="fox">Enable support for FoX Fortran XML library</flag>
  </use>
  <use>
    <flag name="gui">
      Build the abinit GUI (requires java);
      since 7.4.x a separate package
    </flag>
  </use>
  <use>
    <flag name="levmar">
      Enable support for <pkg>sci-libs/levmar</pkg>,
      the Levenberg-Marquardt least-squares optimisation
    </flag>
  </use>
  <use>
    <flag name="libabinit">
   Build the libabinit used by <pkg>sci-libs/bigdft</pkg>
   (usage not tested yet, circular dependency not resolved)
  </flag>
  </use>
  <use>
    <flag name="libxc">Enable support for libxc, an exchange-correlation potentials library</flag>
  </use>
  <use>
    <flag name="lotf">Activate the Learn on The Fly method (LOTF) for Molecular Dynamics</flag>
  </use>
  <use>
    <flag name="scripts">Install helper scripts, mostly Python</flag>
  </use>
  <use>
    <flag name="vdwxc">Activate van der Waals exchange-correlation correction</flag>
  </use>
  <use>
    <flag name="wannier">Enable support for wannier90, a maximally localized Wannier functions (MLWFs) calculator</flag>
  </use>
</pkgmetadata>