Discussion List Archives

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ddlm-group] Split _model_site.adp_eigen_system intoeigen_vector and eigen_value

  • To: ddlm-group <ddlm-group@iucr.org>, "james.r.hester@gmail.com"<james.r.hester@gmail.com>
  • Subject: Re: [ddlm-group] Split _model_site.adp_eigen_system intoeigen_vector and eigen_value
  • From: "Bollinger, John C" <John.Bollinger@STJUDE.ORG>
  • Date: Fri, 7 May 2021 14:27:05 +0000
  • Accept-Language: en-US
  • ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=passsmtp.mailfrom=stjude.org; dmarc=pass action=none header.from=stjude.org;dkim=pass header.d=stjude.org; arc=none
  • ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901;h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;bh=s26zOumasXc45ZAkclvAaoU8SjUMWeS2kpH16ntUjAc=;b=MmR5CI89K2iS5xunikYGR2JJKbTveah8gWxKEygEYDoESn6yTo+nDEA5VvXMtvy7FFhNMjAmrusToF6BtcPkFklSuIj+2JexnNROK5Gd3G1VoCR1uLGAVZag5LJ0fNui6u+fHaBaH8yfwqs4GPQL0TM30JuL1GifD8IhlDWKgH6eRY6Qu0U2SdmoCga1o9S8tw2ggPTDVmZuCq1iY05wbn1RE3H9JWHhhn9kU4fb1jdAYFzFy/MjetAS71HHCImd3MMSvtWa2b+QgXlSR8kZ4wX4KWjU7hKj0o20d/sAK0bm4IpPJI0QEvZMDx5+5U23IPE45wS1XNV7b2wUd8GI3A==
  • ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;b=j++VpPE4YOke+HPdpVXco1Cw60K08vi9yHJDWymt/Fn4qfWuzDoO/ZP/umLYH5dPA2mUNz8c9JL69i2GgphIzibqZqQ4+UqcYET9vHFCTKego7GS7YUhFChANL5fpIKB6DnWVIO2uDIor+JmQV30loGarHAYjEd1FJvi7xj5RcDduUlIAT/YPGqeBV9PGh1xM3kqHkHu2LnXoQDLqOP0V6MAXVWHEWteAf21kDNJ64A+4MKb8JoiooRHQ35VCksTOVR6jBKsGk3u7dW1Ax5N8E+9K55zxMhd8A0+5xwDvlrF7BdW3XsbPw5vGO5oWC9k+alRu3MSEaRYiVjeJSqBng==
  • In-Reply-To: <CAM+dB2esakiu7pvDVyQGPpec9sgqvdCPa8uaBKkQft6xCgU2Gw@mail.gmail.com>
  • IronPort-SDR: PuFoxq6pwdcyJSGz+GVyHnYP7pPZ3lMRv3H71xSeMLt3ohO1oWemI/c/1Phfv9cnWBWSPHKo9j7crQ489lRCZkeX4wnN1twyIRzI9M5EmyWAXgOa5Xwr/FAfO+kJ3CJzPrlLp5EjzW/TvP4OSDEEH5BBZOyhqXE7YGoBIBbfZcRXRupOkSQykQhmZLIvcsG6RRZj4xCMyRopnOGdMrvbZ4UfJUHrdBftxWpHE2FZ7Er5I2UGL2WIvbayDaxQ9RHq18L/HRZErLm1ECvkGrIGO4zi1B9yAkosd6fkW7PQEmU=
  • References: <CAM+dB2esakiu7pvDVyQGPpec9sgqvdCPa8uaBKkQft6xCgU2Gw@mail.gmail.com>
Dear group,

I am in favor of addressing this issue by splitting _model_site.adp_eigen_system into eigen_vector and eigen_value, as proposed.

John


--
John C. Bollinger, Ph.D., RHCSA
Computing and X-ray Scientist
Department of Structural Biology
St. Jude Children's Research Hospital


From: ddlm-group <ddlm-group-bounces@iucr.org> on behalf of James H <jamesrhester@gmail.com>
Sent: Friday, May 7, 2021 12:10 AM
To: ddlm-group <ddlm-group@iucr.org>
Subject: [ddlm-group] Split _model_site.adp_eigen_system into eigen_vector and eigen_value
 
Caution: External Sender. Do not open unless you know the content is safe.

Dear DDLm gurus,

As part of tidying up the core CIF dictionary in preparation for Vol G publication, we have come across the following fundamental issue: only one unit can be specified in a definition, which means that those units apply to all elements of a matrix or list. However, _model_site.adp_eigen_system bundles both eigenvalues (dimensionless) and eigenvectors (dimensioned) in one matrix. This is purely for computational convenience, because eigen-vectors and -values are efficiently computed together. Note that this data name cannot and did not exist in the old DDL1 dictionary, so we have considerable freedom to fiddle.

I would like to suggest that we split this into two data names corresponding to the eigenvectors and eigenvalues. The dREL definitions will precisely define how they are supposed to be used and how they relate to one another.

My main reason for approaching it this way is that compound data names whose components are handled differently by code should be split into separate items to reflect the implied distinct meanings. We have done this for all other cases in the core dictionary. Differing units is an obvious criterion for separating components, as different units implies that these components have different meanings.

Other alternatives that I find less attractive are:
(1) Enhance the DDLm _units.code attribute to somehow handle compound data items - complex and disproportionate for a single data name (there are no others in cif core)
(2) Add a _units.code enumerated value of something like 'derived' which signals that the units should be derived from the dREL calculation, which in this case would simply join the eigenvectors and eigenvalues together. Possible but excludes software that doesn't want to interpret dREL just to get units.

Please let me know your thoughts. If none are forthcoming, I'll go with my preference.

James.
--
T +61 (02) 9717 9907
F +61 (02) 9717 3145
M +61 (04) 0249 4148


Email Disclaimer: www.stjude.org/emaildisclaimer
Consultation Disclaimer: www.stjude.org/consultationdisclaimer
_______________________________________________
ddlm-group mailing list
ddlm-group@iucr.org
http://mailman.iucr.org/cgi-bin/mailman/listinfo/ddlm-group

Reply to: [list | sender only]