Aiida-fleur

Latest version: v1.3.1

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

Merge with workflows repo
- the second repository with basic workflows was merged into the plugin repostitory.
- Afterwards the repo was renamed from aiida_fleur_plugin to aiida-fleur

Installation (new aiida plugin system):
- everything is now pip installable (pip install -e .) (not yet on pypi)
Therefore the files do not have to be copied anymore into the aiida_core source folder
(make sure to add the aiida-fleur folder to your PYTHONPATH variable)
- all modules are now importet from the aiida_fleur folder
(example 'from aiida.tools.codespecific.fleur.convergence import fleur_convergence' -> 'from aiida_fleur.workflows.scf import fleur_scf_wc)

Renaming
- In the process (and due to the entry points some things have to be renamed)
The plugin in aiida (fleur_inp.fleur -> fleur.fleur; fleur_inp.fleurinp -> fleur.fleurinp; fleur_inp.fleurinputgen -> fleur.inpgen)

Workflows
- some fine tuning of workflows. Naming scheme was introduced.
- Some first error catching and controlled shutdown (because of new AiiDA features).
- added consistent through all workflows the 'serial' key in wf_parameter nodes, which will turn of mpi.
- scf now uses minDistance and passes the walltime to fleur by default.

Dokumentation
- Due to the new plugin system of AiiDA the Dokumentation is now online on read-the-docs.
(so far incomplete because of old AiiDA version on pypi) We still recommend to take a look at the docs in the repo itself (ggf build it)

Utils
- read fleur cif folder does not break the proverance any more


Further stuff
- 0.28 Fleur schema added to aiida-fleur

0.2.0

Version for used at the MAX AiiDA-fleur tutorial in May 2017

Dokumentation
- added some basic explainations pages beyond the pure in code docs


Tests
- added basic tests of Fleur itself and tests for submission

Ploting
- There is a plot_methods repo on bitbucket which has methods to visualize common workflow output nodes.

Workflows
- first basic working workflows available
- some common workflow stuff is now in common_fleur_wf.py

Fleurmodifier
- Introduction of the Fleurinpmodifier class, to change fleurinp data

Fleurinp data
- restructureing of fleurinp data and Fleurinpmodifier, moved most xml methods into xml_util
- plus added further xml routines and rough tests.

0.1

Moved everything von bitbucket to github

Dokumentation
-Basic docs available locally

Installation
- provided copy_files script to copy the plugin files into AiiDA folder

Workflows
- Some basic sketches of basic workflows available (working AiiDa workflow system just released)i

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.