Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ReactionMechanismGenerator
/
RMG-Py
Public
Notifications
You must be signed in to change notification settings
Fork
260
Star
530
Code
Issues
23
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Refactoring of Molecule module and change to how graphs are stored.
- #85
#85
Merged
jwallen
merged 23 commits into
master
ReactionMechanismGenerator/RMG-Py:master
from
molecule
ReactionMechanismGenerator/RMG-Py:molecule
Copy head branch name to clipboard
Jul 6, 2012
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Refactoring of Molecule module and change to how graphs are stored.
#85
jwallen
merged 23 commits into
master
ReactionMechanismGenerator/RMG-Py:master
from
molecule
ReactionMechanismGenerator/RMG-Py:molecule
Copy head branch name to clipboard
Commits
Commits on Jun 5, 2012
Created rmgpy.molecule subpackage.
Show description for a31603f
jwallen
committed
a31603f
View commit details
Copy full SHA for a31603f
Browse repository at this point
Moved several modules into the rmgpy.molecule subpackage.
Show description for 4c8db82
jwallen
committed
4c8db82
View commit details
Copy full SHA for 4c8db82
Browse repository at this point
Updated references to moved rmgpy.molecule submodules.
Show description for ac12f01
jwallen
committed
ac12f01
View commit details
Copy full SHA for ac12f01
Browse repository at this point
Moved rmgpy.molecule unit test modules into molecule subfolder.
Show description for 5021e15
jwallen
committed
5021e15
View commit details
Copy full SHA for 5021e15
Browse repository at this point
Updated references to moved rmgpy.molecule submodules in unit tests.
Show description for 3f8ecee
jwallen
committed
3f8ecee
View commit details
Copy full SHA for 3f8ecee
Browse repository at this point
Created new rmgpy.molecule.symmetry module for symmetry number calculation.
Show description for 7f8e1d9
jwallen
committed
7f8e1d9
View commit details
Copy full SHA for 7f8e1d9
Browse repository at this point
Split symmetry number unit tests to separate module.
Show description for e9656a3
jwallen
committed
e9656a3
View commit details
Copy full SHA for e9656a3
Browse repository at this point
Removed implicit hydrogens functionality from Molecule objects.
Show description for 287f161
jwallen
committed
287f161
View commit details
Copy full SHA for 287f161
Browse repository at this point
Removed assorted references to implicit/explicit hydrogens.
Show description for 6573ee9
jwallen
committed
6573ee9
View commit details
Copy full SHA for 6573ee9
Browse repository at this point
Commits on Jun 6, 2012
Now storing dict of edges on Vertex and vertices on Edge.
Show description for 1033d46
jwallen
committed
1033d46
View commit details
Copy full SHA for 1033d46
Browse repository at this point
Added new implementation of VF2 algorithm for graph isomorphism.
Show description for 4f103d9
jwallen
committed
4f103d9
View commit details
Copy full SHA for 4f103d9
Browse repository at this point
Updated symmetry number functions to work with new Graph format.
Show description for 5efe114
jwallen
committed
5efe114
View commit details
Copy full SHA for 5efe114
Browse repository at this point
Added new rmgpy.molecule.adjlist module for working with adjacency lists.
Show description for 21f5757
jwallen
committed
21f5757
View commit details
Copy full SHA for 21f5757
Browse repository at this point
Updated Atom, Bond, and Molecule to work with new Graph format.
Show description for d07a1df
jwallen
committed
d07a1df
View commit details
Copy full SHA for d07a1df
Browse repository at this point
Updated GroupAtom, GroupBond, and Group to work with new Graph format.
Show description for 744b10c
jwallen
committed
744b10c
View commit details
Copy full SHA for 744b10c
Browse repository at this point
Updated molecule drawing functionality to work with new Graph format.
Show description for 0581d15
jwallen
committed
0581d15
View commit details
Copy full SHA for 0581d15
Browse repository at this point
Updated thermo and kinetics database code to work with new Graph format.
Show description for 8a9cb44
jwallen
committed
8a9cb44
View commit details
Copy full SHA for 8a9cb44
Browse repository at this point
Commits on Jun 14, 2012
Reordered a couple of 'if' blocks to be more efficient.
Show description for 6bbb693
rwest
committed
6bbb693
View commit details
Copy full SHA for 6bbb693
Browse repository at this point
Small changes to docstring and comment.
Show description for 82b6a2b
rwest
committed
82b6a2b
View commit details
Copy full SHA for 82b6a2b
Browse repository at this point
Fixed bug in cycle detection algorithm caused by new graph format.
Show description for d177753
jwallen
committed
d177753
View commit details
Copy full SHA for d177753
Browse repository at this point
Commits on Jun 19, 2012
Fix ring correction searching in group additive thermo estimator.
Show description for acccd69
rwest
committed
acccd69
View commit details
Copy full SHA for acccd69
Browse repository at this point
Fix issue #82 in rmgpy.molecule.graph.Graph.getSmallestSetOfSmallestRings
Show description for 108886f
rwest
committed
108886f
View commit details
Copy full SHA for 108886f
Browse repository at this point
Change SMILES writer to remove stereochemistry.
Show description for 0bd9b13
rwest
committed
0bd9b13
View commit details
Copy full SHA for 0bd9b13
Browse repository at this point
You can’t perform that action at this time.