Administrative functions > Files created by Quantum > Intermediate files
 
Intermediate files
Quantum creates a number of intermediate files which it usually deletes at the end of each run. You will see these files in the project directory if you use the version of Quantum that does not delete intermediate files (installed as quantumx), or you use the –k option on the standard quantum command.
List of intermediate files
*.ax
Information files for individual axes.
*.h
Initialization statements for variables, keywords and files.
alpha.inf
Information about text fields.
axes.inf
Information about axes.
axesQ.cold
Axes definitions in C code.
axesQ.o
Compiled version of axesQ.cold.
descrips.inf
Information about axis and alpha and numeric variable names and their internal tags.
edit.cold
Edit statements in C code.
editQ.o
Compiled version of editQ.cold.
incs.inf
Information about inc= fields.
intermed.q
Intermediate data file containing information about the tables and axes in which each record belongs. This file is created by the datapass and read by accum or, in Quanvert database preparation runs, by flip.
interlev.q
Intermediate levels data files, one per level, containing information about the tables and axes in which each record belongs. This file is created by the datapass and read by accum or, in Quanvert database preparation runs, by flip.
merges.inf
Information for merging data files.
seg1
tab, flt and tt information for the output phase.
seg1.qv
Default run conditions and titles from the a statement.
tabs.inf
Information about tab statements.
tab.man
Information from ex statements, if any.
tabsQ.cold
Table definitions in C code.
tabsQ.o
Compiled version of tabsQ.cold.
varset.c
Definitions of internal Quantum variables.
varset.o
Compiled version of varset.c.
See also
Files created by Quantum