Papers › Ab initio calculation of real solids via neural network ansatz

Ab initio calculation of real solids via neural network ansatz

29 Mar 2022arXiv:2203.15472links table onlyarchive 2025-07-28

Xiang Li, Zhe Li, Ji Chen

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Neural networks have been applied to tackle many-body electron correlations for small molecules and physical models in recent years. Here we propose a new architecture that extends molecular neural networks with the inclusion of periodic boundary conditions to enable ab initio calculation of real solids. The accuracy of our approach is demonstrated in four different types of systems, namely the one-dimensional periodic hydrogen chain, the two-dimensional graphene, the three-dimensional lithium hydride crystal, and the homogeneous electron gas, where the obtained results, e.g. total energies, dissociation curves, and cohesive energies, outperform many traditional ab initio methods and reach the level of the most accurate approaches. Moreover, electron densities of typical systems are also calculated to provide physical intuition of various solids. Our method of extending a molecular neural network to periodic systems can be easily integrated into other neural network structures, highlighting a promising future of ab initio solution of more complex solid systems using neural network ansatz, and more generally endorsing the application of machine learning in materials simulation and condensed matter physics.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.15472")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bytedance/deepsolid officialmentioned in papermentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

11ran
5unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from bytedance/deepsolid. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

enforce_pbc bytedance/deepsolid/DeepSolid/network.py official repository ran Apache-2.0 (permissive) · aca630458a5d37c0 · report
get_restore_path bytedance/deepsolid/DeepSolid/checkpoint.py official repository ran fingerprinted Apache-2.0 (permissive) · 46014595574a2588 · report
init_solid_fermi_net_params bytedance/deepsolid/DeepSolid/network.py official repository ran Apache-2.0 (permissive) · 564925745b0dbab8 · report
local_kinetic_energy bytedance/deepsolid/DeepSolid/hamiltonian.py official repository ran Apache-2.0 (permissive) · c8ab9823d4a04e02 · report
local_kinetic_energy_real_imag bytedance/deepsolid/DeepSolid/hamiltonian.py official repository ran Apache-2.0 (permissive) · 9a2f5254b9004fff · report
local_kinetic_energy_real_imag_dim_batch bytedance/deepsolid/DeepSolid/hamiltonian.py official repository ran Apache-2.0 (permissive) · 85201fb3f5113d38 · report
make_different_rng_key_on_all_devices bytedance/deepsolid/DeepSolid/constants.py official repository ran Apache-2.0 (permissive) · 044f4db035ee4c04 · report
np_enforce_pbc bytedance/deepsolid/DeepSolid/distance.py official repository ran Apache-2.0 (permissive) · e5219d5df83dd3c4 · report
resolve bytedance/deepsolid/DeepSolid/base_config.py official repository ran Apache-2.0 (permissive) · bf41787fb763d98d · report
scaled_f bytedance/deepsolid/DeepSolid/network.py official repository ran fingerprinted Apache-2.0 (permissive) · bdb782a698bde89d · report
wrap_if_pmap bytedance/deepsolid/DeepSolid/constants.py official repository ran Apache-2.0 (permissive) · 7cca7b1b82215a77 · report
create_save_path bytedance/deepsolid/DeepSolid/checkpoint.py official repository unverified Apache-2.0 (permissive) · 75ce92be27f93323 · report
enforce_pbc bytedance/deepsolid/DeepSolid/distance.py official repository unverified Apache-2.0 (permissive) · ae13781efdf47223 · report
find_last_checkpoint bytedance/deepsolid/DeepSolid/checkpoint.py official repository unverified Apache-2.0 (permissive) · 83cf365025dc973d · report
replicate_all_local_devices bytedance/deepsolid/DeepSolid/constants.py official repository unverified Apache-2.0 (permissive) · d169a08cfcf72de2 · report
select_big bytedance/deepsolid/DeepSolid/ewaldsum.py official repository unverified Apache-2.0 (permissive) · b8423ac3becb0470 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections