Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jun 20, 2024
1 parent 08eace7 commit ebb5660
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ $$\nabla^2 \phi_1 = -\frac{1}{\epsilon_1}\sum_k q_k\delta(x_k) \quad x \in \Omeg
$$\nabla^2 \phi_2 = \kappa^2\phi_2 \quad x \in \Omega_2 $$


<p align="center">
<!-- <p align="center">
<img height="200" src="img/Implicit-solvent-tr.png">
</p>
</p> -->

<picture>
<source media="(prefers-color-scheme: dark)" srcset="img/Implicit-solvent-tr.png">
<source media="(prefers-color-scheme: light)" srcset="img/Implicit-solvent.png">
<img height="200" src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>

## Features

Expand Down

0 comments on commit ebb5660

Please sign in to comment.