[ESTEST] #35: check symmetry coordinates for BCT lattices in band_structure_plot XQuery Plugin

Skip to first unread message

Team ESTEST

unread,
Nov 7, 2012, 5:26:48 PM11/7/12
to estes...@gmail.com
#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

Team ESTEST

unread,
Nov 14, 2012, 6:49:49 PM11/14/12
to estes...@gmail.com
#35: check symmetry coordinates for BCT lattices in band_structure_plot XQuery
Plugin
-------------------------+--------------------------------------------------
Reporter: yuangm | Owner: yuangm
Type: defect | Status: closed
Priority: critical | Milestone:
Component: component1 | Version:
Resolution: worksforme | Keywords:
-------------------------+--------------------------------------------------
Changes (by yuangm):

* status: new => closed
* resolution: => worksforme


Comment:

Fixed in r294 estest-plugins.

--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/35#comment:1>

Reply all
Reply to author
Forward
0 new messages