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

Sdc1d #3

Merged
merged 125 commits into from
Sep 3, 2024
Merged

Sdc1d #3

merged 125 commits into from
Sep 3, 2024

Conversation

angelcerveraroldan
Copy link
Collaborator

No description provided.

@cgevans
Copy link
Owner

cgevans commented Jun 14, 2024

I've added enough to make Python-based access roughly work, so I can play around with the model, eg:

import rgrow as rg
tiles = [
    rg.Tile([10, 1, 11, 0], name='a', color='red'),
    rg.Tile([11, 2, 12, 0], name='b', color='red')
]
ts = rg.TileSet(tiles, model='sdc1d', bonds=[rg.Bond(str(i), 1) for i in range(1, 14)], size=(10, 8))
sys, state = ts.create_system_and_state()
print(sys, state, sep='\n')

print(sys.get_param('energy_bonds'))

Repository owner deleted a comment from codecov-commenter Jun 16, 2024
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@cgevans cgevans merged commit ae8e6f8 into main Sep 3, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants