Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mode melting_temperature with custom lattice #33

Open
Leimeroth opened this issue May 10, 2022 · 1 comment
Open

mode melting_temperature with custom lattice #33

Leimeroth opened this issue May 10, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Leimeroth
Copy link
Contributor

When specifying a file instead of a predefined lattice melting_temperature calculations fail with:

ValueError("Unknown lattice found. Allowed options are BCC, FCC, HCP, DIA, SC or LQD; or an input file.")

Trying to find the reason for the problem I edited

raise ValueError("Unknown lattice found. Allowed options are BCC, FCC, HCP, DIA, SC or LQD; or an input file.")
to
raise ValueError(f"Unknown lattice {calc.lattice} found. Allowed options are BCC, FCC, HCP, DIA, SC or LQD; or an input file.")

This prints
Unknown lattice ORC found.
which didn't really help me because I could not find out where my conf.data was transformed to ORC tbh.

My input file looks like this. I tried with a relative and an absolute path for the lattice, but this didn't change anything.

calculations:
- lattice: /nfshome/leimeroth/pyiron/projects/CalculationsForJochen/Calphy/Ga/TestPotentials/2003--Nord-J--Ga-N--LAMMPS--ipr1/melting_point/conf.data
  mode: melting_temperature
  nsims: 1
  pressure:
  - 0
element:
- Ga
mass:
- 69.723
md:
  dtemp: 100
  nsmall: 10000
  pair_coeff: '* * 2003_GaN.tersoff Ga N'
  pair_style: tersoff
  pdamp: 0.1
  tdamp: 0.1
  te: 10000
  tguess: 400
  timestep: 0.001
  ts: 15000
queue:
  cores: 1
  scheduler: local

@srmnitc
Copy link
Member

srmnitc commented May 10, 2022

Thanks for reporting this issue. The problem is that a data file is not yet supported for the mode melting_temperature. This is not intentional, just missed it. I will add this option and update you.

@srmnitc srmnitc added wontfix This will not be worked on help wanted Extra attention is needed and removed wontfix This will not be worked on labels Feb 14, 2023
@srmnitc srmnitc added wontfix This will not be worked on and removed wontfix This will not be worked on labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants