QuantumESPRESSOParser

Documentation for QuantumESPRESSOParser.

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 QuantumESPRESSOParser

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("QuantumESPRESSOParser")   Resolving package versions...
    Updating `~/.julia/packages/QuantumESPRESSOParser/cJlHQ/docs/build/developers/Project.toml`
  [a780ab42] + QuantumESPRESSOParser v0.3.13
    Updating `~/.julia/packages/QuantumESPRESSOParser/cJlHQ/docs/build/developers/Manifest.toml`
  [df5135bc] + AbInitioSoftwareBase v0.9.1
  [069161ab] + ChemicalFormula v0.2.0
  [8f4d0f93] + Conda v1.8.0
  [5218b696] + Configurations v0.17.4
  [187b0558] + ConstructionBase v1.5.1
  [3bff3928] + Crystallography v0.6.0
  [93b1d1cd] + CrystallographyBase v0.10.0
  [9a962f9c] + DataAPI v1.14.0
  [a93c6f00] + DataFrames v1.5.0
  [e2d170a0] + DataValueInterfaces v1.0.0
  [4e289a0a] + EnumX v1.0.4
⌅ [55351af7] + ExproniconLite v0.7.11
  [59287772] + Formatting v0.4.2
  [d9f16b24] + Functors v0.4.3
  [842dd82b] + InlineStrings v1.4.0
  [41ab1584] + InvertedIndices v1.3.0
  [ceb4388c] + IsURL v0.2.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [692b3bcd] + JLLWrappers v1.4.1
  [b964fa9f] + LaTeXStrings v1.3.0
  [d8e11817] + MLStyle v0.4.17
  [1914dd2f] + MacroTools v0.5.10
  [c116f080] + Mendeleev v0.3.0
  [e1d29d7a] + Missings v1.1.0
  [d96e819e] + Parameters v0.12.3
  [2dfb63ee] + PooledArrays v1.4.2
  [08abe8d2] + PrettyTables v2.2.3
  [438e738f] + PyCall v1.95.1
  [e44308e6] + PyFortran90Namelists v0.1.0
  [51b62caa] + QuantumESPRESSOBase v0.10.0
  [a780ab42] + QuantumESPRESSOParser v0.3.13
  [cbbcb084] + ReadableRegex v0.3.2
  [189a3867] + Reexport v1.2.2
  [91c51154] + SentinelArrays v1.3.18
  [efcf1570] + Setfield v1.1.1
  [a2af1166] + SortingAlgorithms v1.1.0
  [f761d5c5] + Spglib v0.6.1
  [90137ffa] + StaticArrays v1.5.18
  [1e83bf80] + StaticArraysCore v1.4.0
  [69024149] + StringEncodings v0.3.6
  [892a3eda] + StringManipulation v0.3.0
  [6ec83bb0] + StructEquality v2.1.0
  [4093c41a] + StructHelpers v0.1.5
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.10.1
  [3a884ed6] + UnPack v1.0.2
  [1986cc42] + Unitful v1.12.4
  [a7773ee8] + UnitfulAtomic v1.0.0
  [da9c4bc3] + UnitfulEquivalences v0.2.0
  [81def892] + VersionParsing v1.3.0
  [ddb6d928] + YAML v0.4.8
  [1d63c593] + LLVMOpenMP_jll v15.0.4+0
  [94ce4f54] + Libiconv_jll v1.16.1+2
  [ac4a9f1e] + spglib_jll v1.16.5+0
  [9fa8497b] + Future
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [8dfed614] + Test
        Info Packages marked with ⌅ have new versions available but cannot be upgraded. To see why use `status --outdated -m`

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