casinotools.file_format.casino2.simulation_options module¶
Description
- class casinotools.file_format.casino2.simulation_options.SimulationOptions[source]¶
Bases:
object- set_linescan_parameters(start_nm, end_nm, step_nm)[source]¶
Sets the linescan parameters. If the beam is stationary, use
set_position()instead.Note
The CASINO v2 code is very bad with naming variables. The POS_NStep is actually the step length and the POS_Step is not used. The correct variable are used in the read and write methods.
- Parameters:
start_nm – start position (in nm)
end_nm – end position (in nm)
step_nm – step length (in nm)
- casinotools.file_format.casino2.simulation_options.get_direction_cosines_string(model_type)[source]¶
- casinotools.file_format.casino2.simulation_options.get_elastic_cross_section_type_string(model_type)[source]¶
- casinotools.file_format.casino2.simulation_options.get_ionization_cross_section_type_string(model_type)[source]¶