Skip to content

Commit

Permalink
Additional figure for SI of https://arxiv.org/abs/1708.04158
Browse files Browse the repository at this point in the history
V and W coplotted with Schultz's Polaron radius r_f
  • Loading branch information
jarvist committed Oct 20, 2017
1 parent bcea401 commit 38743e7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
20 changes: 12 additions & 8 deletions HalidePerovskites/HalidePerovskites.gpt
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,20 @@ p 'MAPI-electron.dat' u 1:4 w lp title "MAPI-electron",\
load "gnuplot-render.gpt"

# This one is now a bit of a mess, but leaving it here to mine the axes setup
#prefix=FILE."-variational"
FILE="MAPI-electron"
prefix=FILE."-VW-vs-rf"

#set y2range [0:1]
set y2range [0:50]
set yrange [0:25]
set xrange [0:400] # beyond here just boring linear. Including 300K point.
set ylabel "Variational parameters"
set y2label "Schultz r_f (Å)"
#set y2label "Mass / Tau (reduced units)"
#set y2tics
#p FILE.'.dat' u 1:15 w lp title "Polaron radius", \
set y2tics
p FILE.'.dat' u 1:($15*10**10) w lp axes x1y2 title "Polaron radius", \
'' u 1:6 w lp title "v", '' u 1:7 w lp title "w"
load "gnuplot-render.gpt"

# '' u 1:6 w lp axes x1y2 title "v (variational)", '' u 1:7 w lp axes x1y2 title "w (variational)", \
# '' u 1:9 w lp axes x1y2 title "M (Effective mass)", '' u 1:14 w lp axes x1y2 title "Scattering Tau (ps)"

#load "gnuplot-render.gpt"
#unset y2tics
#unset y2label

19 changes: 19 additions & 0 deletions HalidePerovskites/ThermalPathways.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Thermal Pathways - vw vs rf, for MAPI-electron
set terminal dumb

FILE="MAPI-electron"
prefix=FILE."-VW-vs-rf"

set y2range [0:50]
set yrange [0:25]
set xrange [0:400] # beyond here just boring linear. Including 300K point.

set xlabel "Temperature (K)"
set ylabel "Variational parameters"
set y2label "Schultz r_f (Å)"
set y2tics

p FILE.'.dat' u 1:($15*10**10) w lp axes x1y2 title "Polaron radius", \
'' u 1:6 w lp title "v", '' u 1:7 w lp title "w"
load "gnuplot-render.gpt"

0 comments on commit 38743e7

Please sign in to comment.