Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
acbbullock committed May 9, 2023
1 parent a71ed14 commit 9d276f5
Show file tree
Hide file tree
Showing 7 changed files with 1,054 additions and 1,031 deletions.
2,026 changes: 1,025 additions & 1,001 deletions data/correlations_A.csv

Large diffs are not rendered by default.

Binary file modified data/correlations_A.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 modified data/correlations_F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 27 additions & 28 deletions data/energies_A.csv
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
Energy,Error
-1.22287360589830968e+002,3.19752671668755095e+000
-1.33373753326207293e+002,3.78222583298044901e+000
-1.39081630530021926e+002,4.18556455944949501e+000
-1.61064719998123394e+002,5.83541172195805391e+000
-2.12032963292037294e+002,7.93909623301950695e+000
-2.88145902272430590e+002,8.87114587290172274e+000
-4.25884173184576071e+002,8.12493345300366543e-001
-4.57381402371467118e+002,6.79630414152008755e-001
-4.75642984742641488e+002,5.07776602234618624e-001
-4.87743208254882575e+002,3.60827683392921095e-001
-4.95612931936657503e+002,2.78074758550675427e-001
-4.99488099034271727e+002,2.19884137345296188e-001
-5.01313604985279426e+002,1.54696306349655033e-001
-5.02562842167732185e+002,1.21209632228056294e-001
-5.02866706146129673e+002,9.17649353943576079e-002
-5.03050702433672711e+002,6.76109497939248738e-002
-5.03049338258166870e+002,7.83392351633752232e-002
-5.02768745522498193e+002,7.38852591040239648e-002
-5.02523293273448530e+002,7.56144476678863309e-002
-5.02258085162768111e+002,7.38610596542386283e-002
-5.02035699807099775e+002,9.18597137121343749e-002
-5.01751739976023885e+002,9.25763011485422893e-002
-5.01615492292816782e+002,1.04788126906023363e-001
-5.01374481183475098e+002,1.05201755365050234e-001
-5.01276339384200526e+002,1.36122306881363980e-001
-5.00872218604865282e+002,1.00908891156152841e-001
-5.00818235278021291e+002,1.14491501724922076e-001
-5.00633456237820440e+002,1.01878953762844199e-001
-2.42015411e+02,7.68548310e-01
-2.51046646e+02,7.23869622e-01
-2.55343811e+02,7.48204529e-01
-2.60602783e+02,7.13622868e-01
-2.63554291e+02,7.39478350e-01
-2.68202881e+02,7.08828628e-01
-3.01879730e+02,7.28108108e-01
-3.78675415e+02,6.45779967e-01
-4.54995850e+02,4.36621964e-01
-4.91226532e+02,3.17507744e-01
-5.07228485e+02,1.78024456e-01
-5.13051575e+02,1.11099400e-01
-5.15490845e+02,5.63263856e-02
-5.16193298e+02,2.36463994e-02
-5.16206787e+02,2.66482625e-02
-5.15899902e+02,4.23227176e-02
-5.15576843e+02,5.87869585e-02
-5.15128906e+02,7.05373362e-02
-5.14734619e+02,7.43523762e-02
-5.14535461e+02,8.65739211e-02
-5.14303772e+02,8.87648389e-02
-5.13931763e+02,9.26539972e-02
-5.13788879e+02,9.94984731e-02
-5.13503174e+02,9.61672068e-02
-5.13496887e+02,1.15152329e-01
-5.13362610e+02,1.11063696e-01
-5.12954346e+02,1.11778155e-01
Binary file modified data/energies_A.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 modified data/energies_F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data_visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ heatmap_colors <- colorpanel(100, 'salmon2', 'white', 'skyblue2')
png('./data/correlations_F.png', res=600, width=10.67, height=6, units='in') ## Open png device for saving
heatmap.2( ## Ferromagnetic correlations heatmap
corr_F, col=heatmap_colors, trace='none', margins = c(10.67, 6),
main='Ferromagnetic Ising Chain Correlations ', ylab='Site',
main='Ferromagnetic Ising Correlations ', ylab='Site',
key.title='Correlation Strength', key.xlab='', key.ylab='',
density.info='density', symkey=TRUE, dendrogram='both'
)
Expand All @@ -29,7 +29,7 @@ dev.off()
png('./data/correlations_A.png', res=600, width=10.67, height=6, units='in') ## Open png device for saving
heatmap.2( ## Antiferromagnetic correlations heatmap
corr_A, col=heatmap_colors, trace='none', margins = c(10.67, 6),
main='Antiferromagnetic Ising Chain Correlations ', ylab='Site',
main='Anti-ferromagnetic Ising Correlations ', ylab='Site',
key.title='Correlation Strength', key.xlab='', key.ylab='',
density.info='density', symkey=TRUE, dendrogram='both'
)
Expand Down

0 comments on commit 9d276f5

Please sign in to comment.