From 359a18c1863fd47c2606314a655b9f9dcfc17dfd Mon Sep 17 00:00:00 2001 From: k-yoshimi Date: Sat, 14 Dec 2024 06:15:36 +0900 Subject: [PATCH] fix plot scripts in finite temperature --- sample/03_finite_temperature/plot_c.plt | 8 +++----- sample/03_finite_temperature/plot_e.plt | 8 +++----- sample/03_finite_temperature/plot_mx.plt | 12 ++++++------ 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/sample/03_finite_temperature/plot_c.plt b/sample/03_finite_temperature/plot_c.plt index 11485906..dc3e5171 100644 --- a/sample/03_finite_temperature/plot_c.plt +++ b/sample/03_finite_temperature/plot_c.plt @@ -9,11 +9,9 @@ set xl "temperature" set yl "specific heat" plot \ -"spec_zero.dat" u (1/$1):2 w l lc "black" t"iTPS h_x=0.0", \ -"QMC/spec-L32-G0.0.dat" u (1/$1):2 w yer lc "black" pt 5 t"QMC h_x=0.0", \ "spec_weak.dat" u (1/$1):2 w l lc "red" t"iTPS h_x=0.5", \ -"QMC/spec-L32-G0.5.dat" u (1/$1):2 w yer lc "red" pt 5 t"QMC h_x=0.5", \ +"QMC/spec-L32-G0.5.dat" u (1/$1):2:3 w yer lc "red" pt 5 t"QMC h_x=0.5", \ "spec_middle.dat" u (1/$1):2 w l lc "green" t"iTPS h_x=0.8", \ -"QMC/spec-L32-G0.8.dat" u (1/$1):2 w yer lc "green" pt 5 t"QMC h_x=0.8", \ +"QMC/spec-L32-G0.8.dat" u (1/$1):2:3 w yer lc "green" pt 5 t"QMC h_x=0.8", \ "spec_strong.dat" u (1/$1):2 w l lc "blue" t"iTPS h_x=2.0", \ -"QMC/spec-L32-G2.0.dat" u (1/$1):2 w yer lc "blue" pt 5 t"QMC h_x=2.0", \ +"QMC/spec-L32-G2.0.dat" u (1/$1):2:3 w yer lc "blue" pt 5 t"QMC h_x=2.0", \ diff --git a/sample/03_finite_temperature/plot_e.plt b/sample/03_finite_temperature/plot_e.plt index e2d78011..5ebbf575 100644 --- a/sample/03_finite_temperature/plot_e.plt +++ b/sample/03_finite_temperature/plot_e.plt @@ -8,11 +8,9 @@ set xl "temperature" set yl "energy density" plot \ -"energy_zero.dat" u (1/$1):2 w l lc "black" t"iTPS h_x=0.0", \ -"QMC/ene-L32-G0.0.dat" u (1/$1):2 w yer lc "black" pt 5 t"QMC h_x=0.0", \ "energy_weak.dat" u (1/$1):2 w l lc "red" t"iTPS h_x=0.5", \ -"QMC/ene-L32-G0.5.dat" u (1/$1):2 w yer lc "red" pt 5 t"QMC h_x=0.5", \ +"QMC/ene-L32-G0.5.dat" u (1/$1):2:3 w yer lc "red" pt 5 t"QMC h_x=0.5", \ "energy_middle.dat" u (1/$1):2 w l lc "green" t"iTPS h_x=0.8", \ -"QMC/ene-L32-G0.8.dat" u (1/$1):2 w yer lc "green" pt 5 t"QMC h_x=0.8", \ +"QMC/ene-L32-G0.8.dat" u (1/$1):2:3 w yer lc "green" pt 5 t"QMC h_x=0.8", \ "energy_strong.dat" u (1/$1):2 w l lc "blue" t"iTPS h_x=2.0", \ -"QMC/ene-L32-G2.0.dat" u (1/$1):2 w yer lc "blue" pt 5 t"QMC h_x=2.0", \ +"QMC/ene-L32-G2.0.dat" u (1/$1):2:3 w yer lc "blue" pt 5 t"QMC h_x=2.0", \ diff --git a/sample/03_finite_temperature/plot_mx.plt b/sample/03_finite_temperature/plot_mx.plt index f32dce14..df0af880 100644 --- a/sample/03_finite_temperature/plot_mx.plt +++ b/sample/03_finite_temperature/plot_mx.plt @@ -2,15 +2,15 @@ set ytics 0.1 set xlabel "T" set ylabel "" +set log x + set xrange [0.1:10.0] set yrange [-0.01:0.5] -p [0.1:10] \ -"magnetization_x_zero.dat" u (1/$1):2 w l lc "black" t "h_x = 0.0",\ -"QMC/magx-L32-G0.0.dat" u (1/$1):2 w yer lc "black" pt 5 t "QMC h_x=0.0",\ +p\ "magnetization_x_weak.dat" u (1/$1):2 w l lc "red" t "h_x = 0.5",\ -"QMC/magx-L32-G0.5.dat" u (1/$1):2 w yer lc "red" pt 5 t "QMC h_x=0.5",\ +"QMC/magx-L32-G0.5.dat" u (1/$1):2:3 w yer lc "red" pt 5 t "QMC h_x=0.5",\ "magnetization_x_middle.dat" u (1/$1):2 w l lc "green" t "h_x = 0.8",\ -"QMC/magx-L32-G0.8.dat" u (1/$1):2 w yer lc "green" pt 5 t "QMC h_x=0.8",\ +"QMC/magx-L32-G0.8.dat" u (1/$1):2:3 w yer lc "green" pt 5 t "QMC h_x=0.8",\ "magnetization_x_strong.dat" u (1/$1):2 w l lc "blue" t "h_x = 2.0",\ -"QMC/magx-L32-G2.0.dat" u (1/$1):2 w yer lc "blue" pt 5 t "QMC h_x=2.0" +"QMC/magx-L32-G2.0.dat" u (1/$1):2:3 w yer lc "blue" pt 5 t "QMC h_x=2.0"