Skip to content

Releases: Ionizing/rsgrad

0.4.3

01 Dec 11:54
Compare
Choose a tag to compare

Full Changelog: 0.4.2...0.4.3

  • Add rsgrad gap command.

Make constants consistent with VASP's

21 Sep 13:13
Compare
Choose a tag to compare

RY_TO_EV from 13.605693009 to 13.605826,
PI from std::f64::consts::PI to 3.141592653589793238.

0.4.1 TDM calculator added.

10 Aug 08:43
Compare
Choose a tag to compare
  • Adds Transition Dipole Moment calculator.

0.4.0 New minor version with many new features.

14 Jul 20:01
Compare
Choose a tag to compare
  • wav3d: Plot 3D wavefunction.
  • wav1d: Plot 1D wavefunction.
  • outcar.rs: Fix the issue when OUTCAR contains no 'external pressure' words.
  • wavcar.rs: Add WAVECAR parser.
  • Add --to-inline-html to plotters.

What's Changed

Full Changelog: 0.3.6...0.4.0

Test CI release

02 Jul 06:42
925659b
Compare
Choose a tag to compare
Merge pull request #4 from Ionizing/CI-tests

Update rust.yml

0.3.6

04 Apr 15:39
Compare
Choose a tag to compare
  • Add band plotting function.
  • Make PROCAR parser run in parallel.

Full Changelog: 0.3.5...0.3.6

0.3.5

26 Mar 04:41
Compare
Choose a tag to compare
  • Add DOS and PDOS plotting
  • Force use local-plotly in all plots

Full Changelog: 0.3.4...0.3.5

[Bug]
rsgrad dos will not produce plot in dos.html, but works if you write total = true in pdos.toml and rsgrad -c pdos.toml. This will be fixed in the next release.

0.3.4

27 Feb 13:06
Compare
Choose a tag to compare
  • Add charge density difference calculator
  • Add work function plotter

0.3.3

15 Feb 15:39
Compare
Choose a tag to compare

[pot.rs] add POTCAR generator.
[settings.rs] add configuration file support.

Full Changelog: 0.3.2.1...0.3.3

0.3.2.1

13 Feb 08:27
35d88bc
Compare
Choose a tag to compare

[bugfix] fix missing constraints in traj -s
[main] switch from optional args to positional args. e.g. rlx -o OUTCAR -> rlx OUTCAR

Full Changelog: 0.3.2...0.3.2.1