Running mmjco can generate three types of files: a file containing values of the tunnel current amplitudes (TCA files), a file containing the fitting parameters used to represent the tunnel current amplitues in a compact form, and files that contain collections of fitting parameter sets, as for a temperature sweep. The ``model'' files use the same format as the TCA files. By default, these files are given a name that encodes the various parameter values used in creation.
Tunnel current amplitude files, including model files, are by default given an internally-generated file name in the forms below.
tcaTTTTTTdddddDDDDDssPPPP.data
tcaTTTTTTdddddDDDDDssPPPP.raw
The ``tca'' and ``.data''/``.raw'' and similar are literal. All fields are fixed width and zero padded. Real numbers are converted to integers by multiplying by a scale factor and rounding to integer.
In WRspice, a rawfile (.raw extension) can be loaded with the load command, and the amplitudes can then be plotted with ``plot all''.
The fitting parameter file name has the following form.
tcaTTTTTTdddddDDDDDssPPPP-nnHHH.fit
The first part, ahead of the `-', is as described above. Following the hyphen:
Sweep file names have the following form.
tswNNNttttttTTTTTTssPPPP-nnHHH.swp
The part following the hyphen is the same as for the fit file.
The fit parameter table format is similar to that used by MiTMoJCo, identical if the header is ignored. Note that the table values do not match those found in the MiTMoJCo distribution. It seems that these values are not unique, and the various programs can converge to different sets. It was found that the original and present versions of mitmojco.py gave different values, and neither matched the values provided in the amplitudes folder.