-
Notifications
You must be signed in to change notification settings - Fork 112
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 functions to compute topological quantities #70
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skim0119
changed the title
Add functions to compute topological quantities (v0.3)
Add functions to compute topological quantities
Mar 12, 2022
skim0119
force-pushed
the
patch-topology
branch
from
March 12, 2022 22:09
53181bf
to
c8d0273
Compare
Co-authored-by: Arman Tekinalp <[email protected]>
skim0119
force-pushed
the
patch-topology
branch
from
March 12, 2022 22:15
c8d0273
to
0d324cf
Compare
skim0119
force-pushed
the
patch-topology
branch
from
March 16, 2022 04:36
a2c3979
to
2324574
Compare
skim0119
force-pushed
the
patch-topology
branch
from
March 16, 2022 04:38
2324574
to
aa3e9b8
Compare
skim0119
force-pushed
the
patch-topology
branch
from
March 21, 2022 04:59
5b45c9b
to
8c7314f
Compare
skim0119
force-pushed
the
patch-topology
branch
from
March 22, 2022 17:29
3082c89
to
fff6804
Compare
skim0119
force-pushed
the
patch-topology
branch
from
March 23, 2022 06:39
e9c1080
to
b2faea6
Compare
This commit adds an example how to call and use LWT functions after the simulation completed.
This commit adds example to show how to use LWT, using the Plectoneme example.
… into patch-topology
skim0119
force-pushed
the
patch-topology
branch
from
March 28, 2022 20:29
2c78615
to
817daa5
Compare
armantekinalp
approved these changes
Mar 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Topological Quantities: Link, Writhe, and Twist
Knot-theory module added to Cosserat-rod as mixin. It extends the Cosserat-rod class to compute link, writhe, and twist (LWT).
Tasks before the merge
Solenoids
,Plectomenes
Advanced documentation ontype_of_additional_segment
Design purpose ☕
RodBase
andKnotTheoryCompatibleProtocol
. The protocolKnotTheoryCompatibleProtocol
checks if necessary properties (i.e. collections) exist.Note 📔
v0.3.0
because there is no need to rush, but we can try to include it earlier if completed.