UNiON Scholar
UNiON Web Scholar iON AI About Scholar
2 scholarly results for cs.CE
Scholar iON Academic Synthesis
The two scholarly papers explore distinct computational approaches within the realm of computer science, specifically focusing on protein folding and constraint solving. Lei and Huang (2010) introduce a statistical physics perspective on protein folding, employing the CSAW model to simulate the stochastic nature of protein structures and their folding dynamics, revealing universal principles through scaling laws associated with the protein's elastic energy. Conversely, Ferrand, Lesaint, and Tessier (2000) delve into constraint solving within constraint logic programming, particularly emphasizing explanations for value withdrawal in domain reduction processes to enhance debugging efficiency. While the former centers on biological processes and theoretical modeling, the latter focuses on computational logic and error diagnosis, collectively underscoring the versatility and interdisciplinary applications of computational methods in solving complex problems.
🎓 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.