Skip to content

Commit 87bf512

Browse files
committed
Updated changelog.
1 parent bd6d488 commit 87bf512

4 files changed

Lines changed: 1641 additions & 2171 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ Docker images with MatCalc and LAMMPS support are available at the [Materials Vi
177177

178178
## Tutorials
179179

180-
Anubhav Jain (@computron) has created a nice [YouTube tutorial](https://youtu.be/57Elhe4IIhI?si=KbZh5s7HAyNGvmFT) on how to use MatCalc to quickly obtain properties
181-
of materials.
180+
Anubhav Jain (@computron) has created a nice [YouTube tutorial](https://youtu.be/57Elhe4IIhI?si=KbZh5s7HAyNGvmFT) on
181+
how to use MatCalc to quickly obtain properties of materials.
182182

183183
## Citing
184184

changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ nav_order: 2
66

77
# Change Log
88

9+
## v0.4.5
10+
1. **PR #117 Add `InterfaceCalc` Class for Interface Structure and Energy Calculation**
11+
- Author: @so2koo
12+
- Description: Introduces `InterfaceCalc` for calculating interface structures and energies, similar to `SurfaceCalc`. Utilizes `pymatgen CoherentInterfaceBuilder` to generate interface structures from two different bulk structures. Employs `RelaxCalc` for structure relaxation and determines the lowest interface energy.
13+
- Todos: Further work may be needed if this is a work in progress.
14+
2. **PR #118 Add `AdsorptionCalc` Class for Adsorption Energy Calculation**
15+
- Author: @mkphuthi
16+
- Description: Adds `AdsorptionCalc` for calculating adsorption energy of single molecules on surfaces. Capabilities include generating slabs with `SlabGenerator`, placing adsorbates with `AdsorbateSitefinder`, and directly supplying an adslab. Features include calculation of adsorption energies, support for customizable relaxation via `RelaxCalc` and ASE optimizers, extensive documentation, and type hints.
17+
- Todos: Some unrelated tests need to be fixed.
18+
919
## v0.4.4
1020
1. More data-efficient MEP class for storing NEB results.
1121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"phonopy>=2.38.0",
4545
"phono3py>=3.15.0",
4646
]
47-
version = "0.4.4"
47+
version = "0.4.5"
4848

4949
[project.optional-dependencies]
5050
phonon = ["seekpath"]

0 commit comments

Comments
 (0)