UNiON Scholar
UNiON Web Scholar iON AI About Scholar
2 scholarly results for cs.PL
Scholar iON Academic Synthesis
The scholarly papers "Protein Folding: A Perspective From Statistical Physics" and "Value Withdrawal Explanation in CSP" offer insights into complex systems from different scientific domains. The first paper introduces a statistical physics approach to protein folding, employing a model called CSAW to explore the stochastic nature of protein folding, emphasizing universal principles and elastic properties within protein structures. The second paper focuses on constraint solving in constraint logic programming, emphasizing domain reduction and the formalization of computations through chaotic iteration, particularly for debugging purposes. Despite their different scientific focuses, both papers contribute significantly to their fields by providing innovative models—CSAW for protein folding and a closure model for CSPs—advancing our understanding of complex, often non-linear processes within biology and computer science.
🎓 Deep dive with Scholar iON →
arxiv.org · scholarly article
Protein Folding: A Perspective From Statistical Physics
Jinzhi Lei; Kerson Huang
2010 arXiv Open Access
In this paper, we introduce an approach to the protein folding problem from the point of view of statistical physics. Protein folding is a stochastic process by which a polypeptide folds into its characteristic and functional 3D structure from random coil. The process involves an intricate interplay between global geometry and local structure, and each protein seems to present special problems. We introduce CSAW (conditioned self-avoiding walk), a model of protein folding that combines the features of self-avoiding walk (SAW) and the Monte Carlo method. In this model, the unfolded protein chain is treated as a random coil described by SAW. Folding is induced by hydrophobic forces and other interactions, such as hydrogen bonding, which can be taken into account by imposing conditions on SAW. Conceptually, the mathematical basis is a generalized Langevin equation. To illustrate the flexibility and capabilities of the model, we consider several examples, including helix formation, elastic properties, and the transition in the folding of myoglobin. From the CSAW simulation and physical arguments, we find a universal elastic energy for proteins, which depends only on the radius of gyration $R_{g}$ and the residue number $N$. The elastic energy gives rise to scaling laws $R_{g}\sim N^ν$ in different regions with exponents $ν=3/5,3/7,2/5$, consistent with the observed unfolded stage, pre-globule, and molten globule, respectively. These results indicate that CSAW can serve as a theoretical laboratory to study universal principles in protein folding.
arxiv.org · scholarly article
Value Withdrawal Explanation in CSP
Gerard Ferrand; Willy Lesaint; Alexandre Tessier
2000 arXiv Open Access
This work is devoted to constraint solving motivated by the debugging of constraint logic programs a la GNU-Prolog. The paper focuses only on the constraints. In this framework, constraint solving amounts to domain reduction. A computation is formalized by a chaotic iteration. The computed result is described as a closure. This model is well suited to the design of debugging notions and tools, for example failure explanations or error diagnosis. In this paper we detail an application of the model to an explanation of a value withdrawal in a domain. Some other works have already shown the interest of such a notion of explanation not only for failure analysis.