From 9cbe10c2be112da89b858fb99dfc018fce1dcee5 Mon Sep 17 00:00:00 2001 From: Killian Date: Wed, 13 Mar 2024 20:49:23 -0400 Subject: [PATCH] versions --- examples/doi-10.48550-arXiv.2311.01545/fcc_ternary_system.ipynb | 2 +- examples/doi-TBD/bcc_quaternary_system.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/doi-10.48550-arXiv.2311.01545/fcc_ternary_system.ipynb b/examples/doi-10.48550-arXiv.2311.01545/fcc_ternary_system.ipynb index 867ed85..60236da 100644 --- a/examples/doi-10.48550-arXiv.2311.01545/fcc_ternary_system.ipynb +++ b/examples/doi-10.48550-arXiv.2311.01545/fcc_ternary_system.ipynb @@ -610,7 +610,7 @@ ")\n", "\n", "\n", - "print(f\"The dissimilarity between these two motifs is: {d_ij[0]:.2f}.\\n\\nBefore weighthing based on the number of bonds of each structure, they have a central atom dissimilarity of {central_atom_dissim[0]:.2f} since their central atom atomic types are the same. Their chemical composition dissimilarity is of {concentration_dissim[0]:.2f}/12 because only two atoms are swapped. And their structural dissimilarity is of {structural_dissim[0]:.2f}.\")" + "print(f\"The dissimilarity between these two motifs is: {d_ij[0]:.2f}.\\n\\nBefore weighthing based on the number of bonds of each structure, they have a central atom dissimilarity of {central_atom_dissim[0]:.2f} since their central atom atomic types are the same. Their chemical composition dissimilarity is of {concentration_dissim[0]:.2f}/12 because we lost one red and gained one blue atom. And their structural dissimilarity is of {structural_dissim[0]:.2f}.\")" ] } ], diff --git a/examples/doi-TBD/bcc_quaternary_system.ipynb b/examples/doi-TBD/bcc_quaternary_system.ipynb index 6255bee..fbb451c 100644 --- a/examples/doi-TBD/bcc_quaternary_system.ipynb +++ b/examples/doi-TBD/bcc_quaternary_system.ipynb @@ -1809,7 +1809,7 @@ ")\n", "\n", "\n", - "print(f\"The dissimilarity between these two motifs is: {d_ij[0]:.2f}.\\n\\nBefore weighthing based on the number of bonds of each structure, they have a central atom dissimilarity of {central_atom_dissim[0]:.2f} since their central atom atomic types are the same. Their chemical composition dissimilarity is of {concentration_dissim[0]:.2f}/8 because only two atoms are swapped. And their structural dissimilarity is of {structural_dissim[0]:.2f}.\")" + "print(f\"The dissimilarity between these two motifs is: {d_ij[0]:.2f}.\\n\\nBefore weighthing based on the number of bonds of each structure, they have a central atom dissimilarity of {central_atom_dissim[0]:.2f} since their central atom atomic types are the same. Their chemical composition dissimilarity is of {concentration_dissim[0]:.2f}/8 because we lost one yellow atom and gained one red atom. And their structural dissimilarity is of {structural_dissim[0]:.2f}.\")" ] } ],