Skip to content

Commit

Permalink
svg --> png
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Mar 14, 2024
1 parent 53ab49c commit 2b225d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ restarts. This feature is particularly beneficial for tasks involving
repetitive operations like structural optimization and saddle point
searches, where traditional file-based communication can become a
bottleneck. The underlying software architecture is shown in the following scheme:
![scheme-sparc-socket](doc/img/scheme_socket_hetero.svg)
![scheme-sparc-socket](doc/img/scheme_socket_hetero.png)



Expand All @@ -394,7 +394,7 @@ the SPARC C-source code, while the python SPARC-X-API uses a
backward-compatible protocol based on i-PI. The dual-mode design is aimed for both low-level and
high-level interfacing of the DFT codes, providing the following features:

![scheme-sparc-protocol](doc/img/scheme_sparc_protocol.svg)
![scheme-sparc-protocol](doc/img/scheme_sparc_protocol.png)

1. **Unified Interface**: A consistent interface for both client and server codes, simplifying user interaction across different modes.
2. **Versatile Operation Modes:** Supports various modes (Local-only, Client, Server) to cater to diverse computational needs.
Expand Down

0 comments on commit 2b225d7

Please sign in to comment.