Papers › WyckoffDiff -- A Generative Diffusion Model for Crystal Symmetry

WyckoffDiff -- A Generative Diffusion Model for Crystal Symmetry

10 Feb 2025arXiv:2502.06485archive 2025-07-28

Filip Ekström Kelvinius, Oskar B. Andersson, Abhijith S. Parackal, Dong Qian, Rickard Armiento, Fredrik Lindsten

Crystalline materials often exhibit a high level of symmetry. However, most generative models do not account for symmetry, but rather model each atom without any constraints on its position or element. We propose a generative model, Wyckoff Diffusion (WyckoffDiff), which generates symmetry-based descriptions of crystals. This is enabled by considering a crystal structure representation that encodes all symmetry, and we design a novel neural network architecture which enables using this representation inside a discrete generative model framework. In addition to respecting symmetry by construction, the discrete nature of our model enables fast generation. We additionally present a new metric, Fr\'echet Wrenformer Distance, which captures the symmetry aspects of the materials generated, and we benchmark WyckoffDiff against recently proposed generative models for crystal generation. As a proof-of-concept study, we use WyckoffDiff to find new materials below the convex hull of thermodynamical stability.

PaperPDFCodeCode Syntology ran

In Syntology 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="2502.06485")

Code

Syntology Ran 3 of 19 code samples harvested from 3 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 1 ran; found in paper text by Syntology: 6 samples from 1 repository, 0 ran; community: 1 sample from 1 repository, 1 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

httk/wyckoffdiff officialmentioned in papermentioned on GitHubpytorchMIT 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

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

1ran · honoured contract
1ran · our draft was wrong
1ran
16unverified

Licence: 2 of the 19 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 3 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

get_included_config httk/wyckoffdiff/wyckoff_generation/common/args_and_config.py official repository ran MIT (permissive) · f1319c095e4e8ce7 · report
compare_hash httk/wyckoffdiff/wyckoff_generation/common/utils.py official repository unverified MIT (permissive) · c009ea58564e8fa8 · report
create_checkpoint_directory httk/wyckoffdiff/wyckoff_generation/common/logging.py official repository unverified MIT (permissive) · 9c7d6c34531706d6 · report
create_log_directory httk/wyckoffdiff/wyckoff_generation/common/logging.py official repository unverified MIT (permissive) · 163f9c4d86c2a682 · report
create_x_matrix httk/wyckoffdiff/wyckoff_generation/models/model_utils.py official repository unverified MIT (permissive) · c9383f8f344b11fb · report
get_embeddings httk/wyckoffdiff/wyckoff_generation/evaluation/compute_fwd.py official repository unverified MIT (permissive) · 408fa913477a97c5 · report
get_mlp httk/wyckoffdiff/wyckoff_generation/models/mlp.py official repository unverified MIT (permissive) · a6912d9476dc124f · report
get_pretrained_checkpoint httk/wyckoffdiff/wyckoff_generation/common/utils.py official repository unverified MIT (permissive) · 4fe3de610d1a0343 · report
increment_filename httk/wyckoffdiff/wyckoff_generation/common/utils.py official repository unverified MIT (permissive) · bcb72bcca940923a · report
load_dataset httk/wyckoffdiff/wyckoff_generation/datasets/data_utils.py official repository unverified MIT (permissive) · f696114f7c3e52a8 · report
split_number httk/wyckoffdiff/wyckoff_generation/models/model_utils.py official repository unverified MIT (permissive) · 2e23ed03dcd0cfa8 · report
np_one_hot CompRhys/aviary/aviary/core.py found in paper text by Syntology unverified MIT (permissive) · bdea9c7579689032 · report
np_softmax CompRhys/aviary/aviary/core.py found in paper text by Syntology unverified MIT (permissive) · ebfab520175f7b91 · report
robust_l1_loss CompRhys/aviary/aviary/losses.py found in paper text by Syntology unverified MIT (permissive) · 61ac2cb1b83fd100 · report
robust_l2_loss CompRhys/aviary/aviary/losses.py found in paper text by Syntology unverified MIT (permissive) · 7036631a8ac9b47b · report
sampled_softmax CompRhys/aviary/aviary/core.py found in paper text by Syntology unverified MIT (permissive) · e7c688a4ef9fa470 · report
scatter_reduce CompRhys/aviary/aviary/scatter.py found in paper text by Syntology unverified MIT (permissive) · 11c678a5ccabfff5 · report
get_file_paths sibasmarak/symmcd/scripts/compute_metrics.py community ran · our draft was wrong fingerprinted no licence file found · pointer only · 8d63ea1111adc6f6 · report
get_num_atoms_per_sg identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 3702e3b2c690071c · report

Tasks

model

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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