Skip to content
aim2dat documentation
aim2dat.strct.ext_manipulation.decorator
Initializing search
    aim2dat
    • Installation
    • User Guide
    • Examples
    • Python API
    • AiiDA Processes
    aim2dat
      • Overview and Package Dependencies
        • Windows operating systems
        • Linux operating systems
      • Overview
      • Structural Analysis
        • Representation of molecules and crystals
        • Handling multiple structures at once
        • Interfaces to online databases and random crystal generation
        • Creating surfaces from bulk crystals
      • High-throughput Workflows
        • Handling complex workflows using the workflow builders
        • Running high-throughput calculations using CP2K
      • Plots
        • Plotting with the SimplePlot class
        • Common features
        • Subplots and grids
      • Function Analysis
      • Machine Learning
        • Scikit-learn integration
      • Example List
      • aim2dat
        • Subpackages
          • aim2dat.aiida_data
            • Submodules
              • aim2dat.aiida_data.gaussian_cube_data
              • aim2dat.aiida_data.surface_data
          • aim2dat.aiida_workflows
            • Submodules
              • aim2dat.aiida_workflows.utils
              • aim2dat.aiida_workflows.workflow_builder
          • aim2dat.fct
            • Submodules
              • aim2dat.fct.discretization
              • aim2dat.fct.fingerprint
              • aim2dat.fct.function_comparison
              • aim2dat.fct.hull
              • aim2dat.fct.smearing
          • aim2dat.io
            • Submodules
              • aim2dat.io.cp2k
              • aim2dat.io.critic2
              • aim2dat.io.fhi_aims
              • aim2dat.io.phonopy
              • aim2dat.io.qe
              • aim2dat.io.xmgrace
              • aim2dat.io.yaml
          • aim2dat.ml
            • Submodules
              • aim2dat.ml.cell_grid_search
              • aim2dat.ml.kernels
              • aim2dat.ml.metrics
              • aim2dat.ml.transformers
              • aim2dat.ml.utils
          • aim2dat.plots
          • aim2dat.strct
            • Subpackages
              • aim2dat.strct.ext_analysis
                • Submodules
                  • aim2dat.strct.ext_analysis.decorator
              • aim2dat.strct.ext_manipulation
                • Submodules
                  • aim2dat.strct.ext_manipulation.decorator
                    • Module Contents
                      • Functions
                        • Faim2dat.strct.ext_manipulation.decorator.external_manipulation_method
          • aim2dat.utils
            • Submodules
              • aim2dat.utils.chem_formula
              • aim2dat.utils.element_properties
              • aim2dat.utils.maths
              • aim2dat.utils.space_groups
              • aim2dat.utils.units
      • AiiDA Processes
    • Module Contents
      • Functions
        • Faim2dat.strct.ext_manipulation.decorator.external_manipulation_method

    aim2dat.strct.ext_manipulation.decorator¶

    Decorator for manipulation methods.

    Module Contents¶

    Functions¶

    external_manipulation_method(func)

    Decorate external manipulation methods.

    aim2dat.strct.ext_manipulation.decorator.external_manipulation_method(func)[source]¶

    Decorate external manipulation methods.

    Back to top
    Previous aim2dat.strct.ext_manipulation
    Next aim2dat.utils
    © Copyright 2024, aim2dat developers.
    Created using Sphinx 7.2.6. and Sphinx-Immaterial