Spglib.jl
  • Home
  • Manual
    • Installation Guide
    • Definitions and conventions
    • Spglib dataset
    • Magnetic dataset (experimental)
    • Examples
    • Troubleshooting
  • Reference
    • Public API
      • Error
      • Brillouin zone meshes
  • Developer Docs
    • Contributing
    • Style Guide
    • Design Principles
Version
  • Reference
  • Internals
  • Error
  • Error


Error

Spglib.SpglibReturnCode — Type

Represent various return codes from the Spglib library.

source
Spglib.get_error_code — Function
get_error_code()

Return an instance of the enumerated type SpglibReturnCode.

source
Spglib.get_error_message — Function
get_error_message(code::SpglibReturnCode)

Get the corresponding error message for a given error code.

source
Spglib.check_error — Function
check_error()

Check if an error has occurred and throw an exception if so.

source
« Public APIBrillouin zone meshes »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.2.1 on Wednesday 24 January 2024. Using Julia version 1.10.0.