I would like to generate some unconditional symmetric oligomers with an input as such:
{
"c5-base": {
"dialect": 2,
"length": 100,
"is_non_loopy": true,
"symmetry": {
"id": "C5"
}
}
}
and
inference_sampler.kind="symmetry"
diffusion_batch_size=1
low_memory_mode=True
but I kept getting AssertionError: Source atom array must be provided for symmetric motifs.
The same goes when using the examples of unconditional multimeric design provided in symmetry.md.
May I ask if the input should be modified somehow? Thanks in advance!