Skip to content

Commit

Permalink
Fix the path of lobsterenv.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyi-zhao committed Sep 13, 2024
1 parent fc1da9b commit ca3b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bibliography: paper.bib
---
# Summary
The LOBSTER [@deringer2011crystal;@maintz2013analytic;@maintz2016lobster;@nelson2020lobster] software aids in extracting quantum-chemical bonding information from materials by projecting the
plane-wave based wave functions from density functional theory (DFT) onto an atomic orbital basis. [LobsterEnv](https://github.com/materialsproject/pymatgen/blob/master/pymatgen/io/lobster/lobsterenv.py),
plane-wave based wave functions from density functional theory (DFT) onto an atomic orbital basis. [LobsterEnv](https://github.com/materialsproject/pymatgen/blob/master/src/pymatgen/io/lobster/lobsterenv.py),
a module implemented in pymatgen [@ong2013python] by some of the authors of this package, facilitates the use of quantum-chemical bonding
information obtained from LOBSTER calculations to identify neighbors and coordination environments. _LobsterPy_ is a Python package that offers a set of convenient tools
to further analyze and summarize the LobsterEnv outputs in the form of JSONs that are easy to interpret and process. These tools enable the
Expand Down

0 comments on commit ca3b460

Please sign in to comment.