-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to theoretical end-to-end distance calculation for 3D chains.
- Loading branch information
1 parent
3b5fe36
commit 080610a
Showing
6 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,12 @@ | |
extra_compile_args = ['-std=c++11','-O2', '-fPIC']) | ||
|
||
config={'name': 'PolymerCpp', | ||
'version': '0.1.2', | ||
'version': '0.1.3', | ||
'description': '2D and 3D wormlike chain generator for Python and written in C++', | ||
'author': 'Kyle M. Douglass, Marcel Stefko', | ||
'author_email': '[email protected]', | ||
'url': 'https://github.com/kmdouglass/PolymerCpp', | ||
'download_url': 'https://github.com/kmdouglass/PolymerCpp/archive/v0.1.2.tar.gz', | ||
'download_url': 'https://github.com/kmdouglass/PolymerCpp/archive/v0.1.3.tar.gz', | ||
'keywords': ['polymer', 'wormlike chain', 'random walk'], | ||
'classifiers': ['Topic :: Scientific/Engineering :: Physics', | ||
'Programming Language :: Python :: 3', | ||
|
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