Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New quantum dynamics mod. #77

Closed
wants to merge 3 commits into from
Closed

Conversation

grindstaff1
Copy link

@grindstaff1 grindstaff1 commented Aug 3, 2017

New qd mod without matrix redundant definitions.
Deleted commutate submodule.
Submitted with correct email (I believe.)


This change is Reviewable

Copy link
Collaborator

@nicolasbock nicolasbock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a real email address for your commit.

call bml_convert_from_dense(matrix_type, a_dense, a, convert_threshold,asize)
!write(*,*)"thr,sparsity ",sparsity_threshold, bml_get_sparsity(a, sparsity_threshold)
call bml_convert_from_dense(matrix_type, a_dense, a, thresh,asize)
!write(*,*)"thr,sparsity ",thresh, bml_get_sparsity(a, thresh)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this comment.

call bml_convert_from_dense(matrix_type,a_dense,a,convert_threshold,asize)
!write(*,*)"thr,sparsity ", sparsity_threshold,bml_get_sparsity(a,sparsity_threshold)
call bml_convert_from_dense(matrix_type,a_dense,a,thresh,asize)
!write(*,*)"thr,sparsity ", thresh,bml_get_sparsity(a,thresh)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove.

@nicolasbock
Copy link
Collaborator

Thanks!

call bml_multiply(aux_bml,rho_bml,aux_1,1.0_dp,0.0_dp,thresh)
call bml_multiply(rho_bml,H,aux_bml,1.0_dp,0.0_dp,thresh)
call bml_multiply(aux_bml,sinv_bml,aux_1,-1.0_dp,1.0d0)
call bml_scale(dR,aux_1,aux_bml)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The compilation is failing here in this line. Ah, ok, sorry, that's my fault. I need to update the test environment with the new version of the bml. I'll re-run this test after I am done with that.

@nicolasbock
Copy link
Collaborator

nicolasbock commented Aug 12, 2017

The examples/qpmd test is failing. @grindstaff1 Could you have a look at what's going on there?

@nicolasbock
Copy link
Collaborator

@grindstaff1 CI is still failing here: http://logs.suse.provo.cloud/47/147/18/check/ardana-standard-vagrant-integration-test/2843815/logs/ansible.log. You should verify that the energy differences are ok and then update the reference.

Copy link
Collaborator

@nicolasbock nicolasbock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please verify the energies of the failed CI test.

@cnegre
Copy link
Collaborator

cnegre commented Aug 14, 2017 via email

@nicolasbock
Copy link
Collaborator

Hi @cnegre, that's a good point. I have triggered a test of the master. Let's see if that passes or fails. I'll open an issue if it's not passing.

@nicolasbock
Copy link
Collaborator

Please see #79

@cnegre cnegre closed this Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants