Polymer simulation source code in C++ and Python

  • #1

user366312

Gold Member
88
3
TL;DR Summary
Polymer simulation source code in C++ and Python.
I am absolutely new to Polymer simulation. I am trying to understand the simulation by analyzing source code written by others.

Can anyone tell me what are the differences between the following three source code in terms of their objectives?

  1. Monte-Carlo-simulation-of-polymers
  2. PolymerPhysicsSimulation
  3. Polymer-MonteCarlo
For example, I want to know:

  1. if they achieve the same objectives, i.e., polymer growth.
  2. if they represent bio-polymers (e.g. proteins) or synthetic polymers.
  3. if they are lattice-based or off-lattice simulations.
  4. if they represent hard-polymers or soft-polymers.
 

Answers and Replies

  • #2
This is a pretty unreasonable request. These are specialized programs written in different languages by different programmers for different objectives.

The best you can do is run them according to the programmer's instructions and look at the results. Reading the comments will also help. Note which algorithms are mentioned and try to follow the flow to determine what they are trying to do. Also be aware that these programs may not work as advertised or that the comments will accurately reflect what the code is doing.
 

Suggested for: Polymer simulation source code in C++ and Python

Replies
2
Views
780
Replies
34
Views
1K
Replies
2
Views
488
Replies
5
Views
552
2
Replies
60
Views
635
Replies
2
Views
527
Replies
3
Views
202
Back
Top