Quantification of Amorphous Phases (Internal Standard Method)

Amorphous phases are largely invisible in powder XRD patterns. Phase quantifications by Rietveld refinement therefore only determine relative phase quantities normalized to the sum of all crystalline phases. For example, a refinement result of 35 wt-% anatase + 65 wt-% rutile should be read as: „Of all crystalline phases, 35 wt-% are anatase and 65 wt-% are rutile“. The result does not contain any information about potentially present amorphous phases.

The amount of amorphous phase can be determined by admixing an internal standard in a known quantity. The internal standard must be 100% crystalline. It should be a highly symmetric structure generating few but intense diffraction peaks, and it must not react chemically with the sample. Adding a precisely known quantity of such a standard material to the sample allows to rescale the refined phase quantities to the standard’s known quantity rather than normalizing the sum to 100%. As a result, absolute phase quantities are obtained, with the difference to 100 wt-% consituting amorphous phases.

The following tutorial demonstrates how amorphous phases can be quantified by the internal standard method using Profex. The example files were taken from the BGMN software bundle and can be downloaded:

Windows: amorph-win.zip
OS X and Linux: amorph-unix.zip

It is a mixture of 40 wt-% glass, 30 wt-% quartz, 10 wt-% adularia, 10 wt-% albite, and 10 wt-% calcite. The sample was mixed with 10 wt-% zincite as an internal standard, resulting in the following composition:

Glass: 36.0 wt-%
Quartz: 27.0 wt-%
Adularia: 9.0 wt-%
Albite: 9.0 wt-%
Calcite: 9.0 wt-%
Zincite: 10.0 wt-%

Click „File → Open graph file…“ and open mixture_glass40ground12min.dia. The project has already been created. The refinement control file (*.sav) already contains the following GOALs for calculation of relative phase quantities:

% phase quantities
sum=Adularia+Calcite+PlagioclaseAlbite+Quartz+Zincite
GOAL[1]=Adularia/sum
GOAL[2]=Calcite/sum
GOAL[3]=PlagioclaseAlbite/sum
GOAL[4]=Quartz/sum
GOAL[5]=Zincite/sum

This is the standard GOAL setup that will normalize the sum of all quantities to 1. Run the refinement to quantify all crystalline phases. The resulting phase composition will be:

Quartz: 42.86 wt-%
Adularia: 13.52 wt-%
Albite: 13.91 wt-%
Calcite: 14.22 wt-%
Zincite: 15.48 wt-%

Obviously all phases are strongly overrated. The reason is the unknown and unseen amorphous glass content. But knowing that the true zincite content is 10.0 wt-% allows rescaling all phase quantities by factor 10.0/15.48. Furthermore, as zincite was added manually and was not part of the initial composition, the remaining 90 wt-% should be scaled to 100 wt-%.

These rescalings can easily be accomplished with Profex. Select „Project → Set Internal Standard…“

Then select the standard phase and specify its true weight percentage (here: Zincite, 10 wt-%) and click ok:

Now Profex automatically changed the GOALs section as follows:

% phase quantities
ISTD=Zincite
ISTDQ=0.1000
sum=ISTD*(1-ISTDQ)/ISTDQ
Amorph=1-GOAL[1]-GOAL[2]-GOAL[3]-GOAL[4]
GOAL[1]=Adularia/sum
GOAL[2]=Calcite/sum
GOAL[3]=PlagioclaseAlbite/sum
GOAL[4]=Quartz/sum
GOAL[5]=Amorph

Zincite will no longer be reported, but a new phase „Amorph“ was introduced. The GOAL calculations include all rescalings as described above. Run the refinement.

The new phase quantities are:

Quartz: 30.77 wt-%
Adularia: 9.71 wt-%
Albite: 9.99 wt-%
Calcite: 10.21 wt-%
Amorph: 39.33 wt-%

Comparing these results to the mixed phase quantities (prior to adding 10 wt-% zincite) shows very good agreement:

Quartz: 30 wt-%
Adularia: 10 wt-%
Albite: 10 wt-%
Calcite: 10 wt-%
Glass: 40 wt-%

To revert the internal standard calculation and use the common normalization to 100% (including zincite), just select „Project → Unset Internal Standard“.


Nicola Doebelin, December 2015