Skip to content

Commit

Permalink
anew
Browse files Browse the repository at this point in the history
  • Loading branch information
utksi committed Jan 16, 2025
1 parent b245615 commit 2f23464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-12-12-wannier_elf.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Note that, at the end, we need $$D_h(r)$$ and $$D(r) = \tau - \tau_w(r)$$.

In terms of implementation, the electron density and its gradient can be constructed as:

```python
{% highlight python %}
# Process the wannier function.
for i, wf in enumerate(self.wannier_data):
self.logger.info(
Expand All @@ -216,7 +216,7 @@ for i, wf in enumerate(self.wannier_data):

# Double density for non-spin-polarized system
density *= 2.0
```
{% endhighlight %}

---

Expand Down

0 comments on commit 2f23464

Please sign in to comment.