Skip to content

[Code scan] Replace CH4-lebesgue path stubs with usable example files #1915

Description

@njzjz

This issue is from a Codex global scan of the repository.

Several files in examples/CH4-lebesgue are committed as plain one-line path stubs instead of usable example inputs. This makes the example invalid when users copy it or run JSON validation.

Evidence:

../init/ch4.json

../run/dp2.x-lammps-vasp/param_CH4_deepmd-kit-2.0.1.json

../machine/DeePMD-kit-2.x/lebesgue_v2_machine.json

../init/CH4.POSCAR

../run/dp1.x-lammps-vasp/CH4/INCAR_methane

For example, examples/CH4-lebesgue/init.json contains only ../init/ch4.json, so python -m json.tool examples/CH4-lebesgue/init.json fails immediately. The same pattern appears in the machine and parameter JSON files, and one stub points to a path under ../run/dp1.x-lammps-vasp/CH4/INCAR_methane that does not exist in the current tree.

Expected behavior: these should be real symlinks if the intent is to reference other examples, or regular files with valid JSON/POSCAR/INCAR contents.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions