GithubHelp home page GithubHelp logo

Development progress. about wavecar_rs HOT 3 CLOSED

ionizing avatar ionizing commented on July 20, 2024
Development progress.

from wavecar_rs.

Comments (3)

Ionizing avatar Ionizing commented on July 20, 2024

TODOs (Jul 9 2020) :

  • API invoking should be like:
Wavecar::from_file("path/to/wavecar/")
  .get_wavefunction_in_realspace(ispin, ikpoint, iband, ngrid)
  .apply_phase(r0)
  .normalize()
  .save_as_chgcar()

or

Wavecar::from_file("path/to/wavecar/")
  .get_wavefunction_in_realspace(ispin, ikpoint, iband, ngrid)
  .apply_phase(r0)
  .normalize()
  .into_charge_density()

A helper trait may be useful;

  • Add a function that allow user to set the vasp type in order to resolve the failure in determining the gamma only WAVECAR;
  • And a function like get_wavefunction_in_realspace without requiring ngrid should be implemented, in order to simplify the invoking; Done via get_wavefunction_in_realspace_dn, where dn means 'default ngrid'.
  • Calculate the E-fermi from WAVECAR if we cannot find it from WAVECAR directly; Cannot be calculated without k-points' weights information
  • Maybe we should use [u64; 3] to store ngrid; REJECTED
  • Struct of WaveFunction should be designed carefully;
  • Save wave function as CHGCAR function, sign of coefficient should be reserved;
  • Save charge density as PARCHG function, |\psi|^2 should be used; Need to be done with vaspchg_rs
  • A function that selecting multiple [spins/spinors, kpoints, bands] and calculate the total charge density;

from wavecar_rs.

Ionizing avatar Ionizing commented on July 20, 2024

GUI related

Won't implement. Maybe create another crate is needed to do this.

from wavecar_rs.

Ionizing avatar Ionizing commented on July 20, 2024
  • Add a binary to list the WAVECAR information. Will be implemented in the NEAR future

from wavecar_rs.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.