QuantumESPRESSO

Documentation for QuantumESPRESSO.

QuantumESPRESSO.jl is simply a wrapper of the types, methods, and commands defined in QuantumESPRESSOBase.jl, QuantumESPRESSOParser.jl, QuantumESPRESSOFormatter.jl, and QuantumESPRESSOCommands.jl under a common namespace.

See the Index for the complete list of documented functions and types.

The code is hosted on GitHub, with some continuous integration services to test its validity.

This repository is created and maintained by @singularitti. You are very welcome to contribute.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add QuantumESPRESSO

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("QuantumESPRESSO")   Resolving package versions...
   Installed QuantumESPRESSO ─ v0.11.0
    Updating `~/work/QuantumESPRESSO.jl/QuantumESPRESSO.jl/docs/Project.toml`
  [95228164] ~ QuantumESPRESSO v0.11.0 `~/.julia/dev/QuantumESPRESSO` ⇒ v0.11.0
    Updating `~/work/QuantumESPRESSO.jl/QuantumESPRESSO.jl/docs/Manifest.toml`
  [95228164] ~ QuantumESPRESSO v0.11.0 `~/.julia/dev/QuantumESPRESSO` ⇒ v0.11.0
Precompiling project...
QuantumESPRESSO
  1 dependency successfully precompiled in 3 seconds. 67 already precompiled.
  1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is tested against, and being developed for, Julia 1.6 and above on Linux, macOS, and Windows.

Questions and contributions

Usage questions can be posted on our discussion page.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The Contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Manual outline

Library outline

    Index