Skip to content

AssertionError: Source atom array must be provided for symmetric motifs #163

@zqx-yang

Description

@zqx-yang

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions