Skip to content

Var. val. def.

Sunil Anandatheertha edited this page Jun 25, 2021 · 1 revision

Variable value definitions

  • DEF Lattice.q: value: 2^n ( for all n in Z+), n=1 simulates ISING model, n > 1, simulates Potts model
  • DEF Lattice.zener.slsp.want_slsp: 1 if we need SLSP, else 0
  • DEF Lattice.zener.slsp.Vol_Frac: Volume fraction of SLSP in percentage (defined by lattice volume)
  • DEF Lattice.zener.slspc.want_slspc: 1 if we need SLSPC, else 0
  • DEF Lattice.zener.slspc.noslspclusters: enter number of clusters needed
  • DEF Lattice.zener.slspc.islspcvf: Volume fraction of individual SLSPC in percentage (defined by cluster volume and not lattice volume)
  • DEF Lattice.zener.cnt.want_cnt: 1 if we need CNTs, else 0
  • DEF Lattice.zener.cnt.noofcnt: enter number of CNT like fibres needed
  • DEF Lattice.zener.cntc.want_CNTC: 1 if we need CNT cluster, else 0
  • DEF MC_Param.delE_calc.discrete: enter 1. This means energy min. procedure will be on discrete lattice sites using values on discrete neighbouring lattice sites. Continuous type is a TO DO
  • DEF MC_Param.Num_Nearest_Neigh_Level.lattice_square: How many nearest neighbours to be considered. =1 is valid. >1 is invalid and is TO DO
  • DEF MC_Param.StartFrom_MCStep: Which MC step should the simulaation start from. Only used when continuing from an already executed simulation
  • DEF MC_Param.Num_MC_Steps: How many Monte-Carlo steps to consider
  • DEF MC_Loop.DataOperation.txtwriteint: For how many MC time steps, should the data be written to disk?

  • q = 2.. Want SLSP 1, others 0.. Vf of SLSP = 1.0 %..
Clone this wiki locally