TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A GPU-Accelerated Quantum Computer Simulator

68 pointsby adamisntdeadabout 7 years ago

2 comments

keldarisabout 7 years ago
Since the project literally has &quot;Rust&quot; in the title, I&#x27;m curious - do the authors view Rust as being particularly suited to this kind of project?<p>From a quick glance it looks like the heavy computational work is done in OpenCL kernels. Typically, such projects are either written in Python &#x2F; some other flexible high level language for the easy metaprogramming or C++ if a high performance CPU fallback or tight CUDA integration is desired. I&#x27;ve tried out Rust in the past, but decided against using it for my own computational projects because it didn&#x27;t seem to offer any significant advantages for this type of work and I didn&#x27;t enjoy the extra hurdles it imposed. It&#x27;d be interesting to hear an opposing view from other computational scientists.
评论 #16942502 未加载
评论 #16945274 未加载
评论 #16942324 未加载
评论 #16944476 未加载
评论 #16944910 未加载
dis-sysabout 7 years ago
this is like writing a PS4 emulator for Gameboy.