#35: check symmetry coordinates for BCT lattices in band_structure_plot XQuery
Plugin
------------------------+---------------------------------------------------
Reporter: yuangm | Owner: yuangm
Type: defect | Status: new
Priority: critical | Milestone:
Component: component1 | Version:
Keywords: |
------------------------+---------------------------------------------------
The parameters passed to local:get-symmetry-points-bct[1,2]($a,$c) may not
be correct. In particular $a may be set incorrectly to the second
component of this first lattice vector rather than the first component.
CURRENT CODE
let $a := number(2.0 * $a1[2])
CORRECT CODE?
let $a := number(2.0 * $a1[1])
--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/35>
ESTEST <http://estest.ucdavis.edu>
Validation and verification for electronic structure tools