Recent content by user366312
-
How can I compute energy from a protein PDB file?
Suppose I have a protein PDB file and want to compute energy using the following formula from the coordinates in that file. How can I do that? Sometimes people suggest using the `CONECT` field for that purpose. However, some PDB files do not have this field. Example: 4OSK.pdb (Crystal...- user366312
- Thread
- Energy Protein
- Replies: 0
- Forum: Chemistry
-
A What is a "transient" value in the Ising model?
I was analyzing this source code of the Ising model. I found the term "transient state". I also found the term in this text: And, in this text: However, firstly, I am not sure if these texts are related to the C# source code. Secondly, I am not sure if that term is "transient state" or...- user366312
- Post #2
- Forum: Quantum Physics
-
A What is a "transient" value in the Ising model?
What is a "transient" value, result, or state in the Ising model? How do we treat these values during the simulation? Do we discard these values? If so, why?- user366312
- Thread
- Ising model Model Transient Value
- Replies: 1
- Forum: Quantum Physics
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
I dropped out of my 2nd and 3rd MSc. Because of clinical depression issues. > ETA: On re-reading your first post, it's not clear what degree you were pursuing that you did not complete. In Poland. MSC in CS.- user366312
- Post #14
- Forum: STEM Academic Advising
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
PhD program to earn a PhD.- user366312
- Post #10
- Forum: STEM Academic Advising
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
Problem is, I dropped out twice.- user366312
- Post #7
- Forum: STEM Academic Advising
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
In Poland, they will not ask for references. The admission is very straightforward. Only, a supervisor is needed. I don't know about Germany/Austria. But, no, I don't have references to back that up.- user366312
- Post #5
- Forum: STEM Academic Advising
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
I will say that I was working as a freelancer at that time.- user366312
- Post #3
- Forum: STEM Academic Advising
-
A What is meant by pruning and enrichment?
As far as I understand: Pruning means deleting something. Enrich means to enhance/increase weight. Now my question is, in the case of the PERM algorithm, Are we deleting some polymers chains? Or, are we deleting some beads in all polymer chains? Are we increasing the weights of some...- user366312
- Thread
- Computational physics Monte carlo simulation Simulation
- Replies: 1
- Forum: Quantum Physics
-
Admissions European PhD Application Rules: Incomplete Degree Programs from Poland
I already have an MSc from outside the EU. But, I also have an incomplete CS degree from Poland which I dropped out of. European Ph.D. schools often ask for a CV, not "all the transcript from all the attended programs" as they ask in North America. Therefore, can I skip the information...- user366312
- Thread
- Application Degree Phd Phd admission Programs Rules
- Replies: 21
- Forum: STEM Academic Advising
-
C/C++ 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? Monte-Carlo-simulation-of-polymers...- user366312
- Thread
- C++ Code Monte carlo simulation Polymer Python Simulation Simulations Source
- Replies: 1
- Forum: Programming and Computer Science
-
What does it mean by PC in this article?
What does it actually mean by a "cut-off" in this PCASSO algorithm?- user366312
- Post #5
- Forum: Chemistry
-
What does it mean by PC in this article?
I see that the minimum cut-off distance is 6. What is the maximum cut-off distance?- user366312
- Post #3
- Forum: Chemistry
-
What does it mean by PC in this article?
https://pubmed.ncbi.nlm.nih.gov/24995959/ What does it mean by PC in this article?- user366312
- Thread
- article Mean pc
- Replies: 5
- Forum: Chemistry
-
How can I implement a multi-task deep learning neural network?
I have 3 classes (A, B, and C). I have 6 features: train_x = [[ 6.442 6.338 7.027 8.789 10.009 12.566] [ 6.338 7.027 5.338 10.009 8.122 11.217] [ 7.027 5.338 5.335 8.122 5.537 6.408] [ 5.338 5.335 5.659 5.537 5.241 7.043]] These features...- user366312
- Thread
- Network Neural Neural networks Python
- Replies: 3
- Forum: Programming and Computer Science