Skip to content

Tao initialization

ChristopherMayes edited this page Sep 6, 2017 · 1 revision

To initialize tao, you need to make a file 'tao.init' that is automatically loaded when tao is run in a directory.

This will load the file 'lat.bmad':

!--------------------------------------------------------
&tao_design_lattice
  n_universes =1
  design_lattice(1)%file = "lat.bmad"
/