diff --git a/README.md b/README.md index efcfaf2c..223ce8df 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ You can also pip install the package in development mode by writing ``pip instal You can use ``lobsterpy description`` for an automated analysis of COHPs for relevant cation-anion bonds or ``lobsterpy automatic-plot`` to plot the results automatically. It will evaluate all COHPs with ICOHP values down to 10% of the strongest ICOHP. You can enforce an analysis of all bonds by using ``lobsterpy automatic-plot --allbonds`` . Currently, the computed Mulliken charges will be used to determine cations and anions. If no ``CHARGE.lobster`` is available, the algorithm will fall back to the BondValence analysis from pymatgen. Please be aware that LobsterPy can only analyze bonds that have been included in the initial Lobster computation. Thus, please use the cohpgenerator within Lobster. + + An interactive plot is available via ``lobsterpy automatic-plot-ia``. - It is also possible to start this automatic analysis from Python script. See "examples" for scripts. + It is also possible to start this automatic analysis from a Python script. See "examples" for scripts. * **Command line plotter**: diff --git a/pyproject.toml b/pyproject.toml index c5bff6d9..04e1321f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["high-throughput", "automated", "lobsteroutput", "bonding-analysis"] license = { text = "BSD 3-Clause" } authors = [{ name = "Janine George", email = "janine.george@bam.de" }] -version = "0.2.9" +version = "0.3.0" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",