write_pulses

USAGE: write_pulses [OPTIONS] RUNFOLDER [CONFIGFILE]

This program is part of QDYN.

Look for CONFIGFILE inside RUNFOLDER (or file "config" if no CONFIGFILE
is given). For each pulse defined in the config file, write a file
pulse1.EXT, pulse2.EXT, ... to the RUNFOLDER. EXT is "dat", unless
overridden in the options. By default, the pulse is written in the units
given as time_unit and ampl_unit in the config file. You may overwrite
this by giving OPTIONS.

OPTIONS

-h, --help          Print this help message and exit.
--time_unit=UNIT    Use UNIT as the time unit for each pulse.
--ampl_unit=UNIT    Use UNIT as the amplitude unit for each pulse.
--extension=EXT     Use EXT as extension for the output files.