TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Looking for someone to help implement RFIM into a system simulation

2 点作者 sks38317大约 1 个月前
Hi HN,<p>I&#x27;m working on a small system simulation project that explores how instability can emerge from the interaction of various variables over time. (Repo linked in the comments.)<p>Recently, I’ve been trying to incorporate the RFIM (Random Field Ising Model) into the logic—but I’ve hit a wall. It’s not the math or the concept itself, but rather the total lack of Korean-language resources or beginner-friendly guides that’s been challenging.<p>I’d really appreciate it if anyone:<p>has experience with RFIM and would be open to helping via a PR<p>knows of any well-documented codebases I could learn from<p>or could point me toward approachable explanations or tutorials<p>I’m still relatively new to GitHub and trying to improve this simulation step-by-step, so any support would go a long way.<p>Thanks for reading—and for any help you can offer!

2 条评论

andrewfromx大约 1 个月前
You should start with a Monte Carlo implementation using the Metropolis algorithm.<p>1. Create a grid with random up&#x2F;down spins<p>2. Add random magnetic fields at each point<p>3. Pick points randomly on the grid<p>4. Calculate energy changes if you were to flip a spin<p>5. Decide whether to accept the flip based on temperature and energy differences<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tjacovich&#x2F;Ising_Model">https:&#x2F;&#x2F;github.com&#x2F;tjacovich&#x2F;Ising_Model</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;prtkm&#x2F;ising-monte-carlo&#x2F;blob&#x2F;master&#x2F;ising-monte-carlo.org">https:&#x2F;&#x2F;github.com&#x2F;prtkm&#x2F;ising-monte-carlo&#x2F;blob&#x2F;master&#x2F;ising...</a>
评论 #43726870 未加载
sks38317大约 1 个月前
Sorry if this sounds basic—English isn’t my first language, and I don’t have a technical background. I’ve had a hard time understanding RFIM unless it’s explained in Korean. Here’s the repo I’m working on, in case it helps: <a href="https:&#x2F;&#x2F;github.com&#x2F;sks38317&#x2F;-Why-the-System-Breaks-Before-Anyone-Notices-A-Full-Simulation-from-2023-to-2045-">https:&#x2F;&#x2F;github.com&#x2F;sks38317&#x2F;-Why-the-System-Breaks-Before-An...</a>