Hello everyone,
I am experiencing an issue when indexing materials in the UCF file. Apparently, index "0" in the UCF file corresponds to material[1] in the .mat file, and index "1" corresponds to material[2] in the .mat file.
I am trying to build a two-material alloy in the UCF file using:
material:num-materials = 2
However, when I run the code, only the material with index "0" is generated. The other material is not being created.
On the other hand, if I change the index from 1 to 0, the material appears correctly in the .xyz file.
Does anyone know what might be causing this behavior?
Thank you.