Skip to content

Commit

Permalink
chore: update apex_demo.png in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLI-afk committed Oct 30, 2023
1 parent e9e3643 commit 6c1bac4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ APEX adopts the functionality of the second-generation alloy properties calculat
The comprehensive architecture of APEX is demonstrated below:

<div>
<img src="./docs/images/apex_demo_v1.0.png" alt="Fig1" style="zoom: 35%;">
<img src="./docs/images/apex_demo.png" alt="Fig1" style="zoom: 35%;">
<p style='font-size:1.0rem; font-weight:none'>Figure 1. APEX schematic diagram</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion apex/core/property/Phonon.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def make_confs(self, path_to_work, path_to_equi, refine=False):
ss = Structure.from_file(equi_contcar)
# gen structure

# get user input slip parameter for specific structure
# get user input parameter for specific structure
st = StructureInfo(ss)
self.structure_type = st.lattice_structure
type_param = self.parameter.get(self.structure_type, None)
Expand Down
Binary file modified docs/images/apex_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/apex_demo_v1.0.png
Binary file not shown.

0 comments on commit 6c1bac4

Please sign in to comment.