Reading the six-factors from a kcode result?

How do I get the six-factors from the results of a kcode simulations?

In Serpent they are right there in the _res.m file, but I can’t find anything in the openmc documentation.

OpenMC does not provide the six factors automatically. One way you can get them though is through a combination of tallies. Take a look at this example notebook which shows how you can obtain them.

Thanks. Do you know if this is on the development roadmap to calculate automatically?

It is not currently a planned development to make this automatic.