Pay attention to the fact that this command has a different syntax respect to the previous releases!! When the device is defined, the user has to choose what kind of transport GNU Archimedes have to simulate, i.e. if the transport is unipolar, bipolar and what kind of particles have to be simulated. This is done by the command TRANSPORT. The following list shows the choice the user can make. The only choices which is still not implemented is the Monte Carlo simulation of heavy holes. They are simulated by means of a simplified MEP model since they can be considered as almost fixed and do not contribute to the total device current. First of all, after typing the command TRANSPORT the user has to specify the model (i.e. Monte Carlo or MEP). This is done typing one of the following two choices
# Monte Carlo simulation of only electrons TRANSPORT MC ELECTRONS # Simplified MEP simulation of only electrons TRANSPORT MEP ELECTRONS # Monte Carlo for electrons and MEP for heavy holes TRANSPORT MC BIPOLAR # Simplified MEP model for both electrons and holes TRANSPORT MEP BIPOLAR