Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scale parameter to topology graphs #187

Closed
lukasturcani opened this issue Jul 2, 2020 · 0 comments
Closed

Add scale parameter to topology graphs #187

lukasturcani opened this issue Jul 2, 2020 · 0 comments
Labels
enhancement New feature or request unassigned

Comments

@lukasturcani
Copy link
Owner

It would be nice if the user could fine-tune the scale of a topology graph on a per instance basis. For example

import stk

bb = stk.BuildingBlock('BrCCBr', [stk.BromoFactory()])
polymer = stk.ConstructedMolecule(
    topology_graph=stk.polymer.Linear(
        building_blocks=(bb, ),
        repeating_unit='A',
        num_repeating_units=2,
        scale=0.5,
    ),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unassigned
Projects
None yet
Development

No branches or pull requests

1 participant