Skip to content

Commit

Permalink
Merge branch 'JaGeo:main' into orbital_resolved_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Aug 14, 2023
2 parents 04ff0e5 + 26aadd9 commit 4a86355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["high-throughput", "automated", "lobsteroutput", "bonding-analysis"]
license = { text = "BSD 3-Clause" }
authors = [{ name = "Janine George", email = "[email protected]" }]
version = "0.2.9"
version = "0.3.0"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 4a86355

Please sign in to comment.