Skip to content

Question about radius in BOWSR readme example #467

Open
@janosh

Description

@janosh

This might be a dumb question. In the BOWSR readme example, why the rounding? And is the 0.6 factor an approximation for getting the larger element's radius?

expected_radius() might be better named expected_diameter() since it gives the sum of 2 radii.

## Relaxed Structure
To retrieve the relaxed structure:
```python
radius = max(round(expected_radius(compressed_optimizer.structure) * 0.6, 2), 1.1)
relaxed, _ = compressed_optimizer.get_optimized_structure_and_energy(radius=radius)
print(relaxed)
```

Metadata

Metadata

Assignees

No one assigned

    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