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

Open
wants to merge 97 commits into
base: main
Choose a base branch
from
Open

Sdc1d #3

wants to merge 97 commits into from

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 ☂️

angelcerveraroldan and others added 30 commits July 12, 2024 19:00
Dont need to put scaffold as input (this assumes that sdc system has
only one scaffold, which is true as of right now)
By the time update_after_event is run, the canvas has already been updated,
and there's no easy way to get what the tile in the point was.  More generally,
it might be useful to include this in the Event enum, but for now, this change
fixes tile counting.
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.

None yet

3 participants