Package Details: cppqed-git 2.100.8.r285.g81b6de02-1

Git Clone URL: https://aur.archlinux.org/cppqed-git.git (read-only, click to copy)
Package Base: cppqed-git
Description: Highly flexible framework for simulating open quantum dynamics.
Upstream URL: http://cppqed.sourceforge.net
Licenses: custom
Conflicts: cppqed
Provides: cppqed
Submitter: piquer
Maintainer: bartus
Last Packager: bartus
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-06 00:13 (UTC)
Last Updated: 2022-11-03 12:17 (UTC)

Pinned Comments

bartus commented on 2022-03-14 10:33 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

Latest Comments

bartus commented on 2022-03-14 10:33 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

bartus commented on 2021-01-20 19:33 (UTC) (edited on 2021-01-20 19:48 (UTC) by bartus)

@piquer Yep, and I did (ง ื▿ ื)ว

piquer commented on 2021-01-16 10:45 (UTC)

Hi @bartus, would you like to take over maintenance for this package?

bartus commented on 2018-04-06 05:49 (UTC) (edited on 2018-04-06 06:31 (UTC) by bartus)

@piquer: Working PKGBUILD: https://pastebin.com/T1x00v1P #{requires boost-libs<1.64 for python bindings}

piquer commented on 2017-07-05 20:21 (UTC) (edited on 2017-07-05 20:21 (UTC) by piquer)

Thanks for your notification. Unfortunately I don't have time at the moment to investigate this problem. I would suggest that you try to install from source (http://cppqed.sourceforge.net/cppqed/html/installationguide.html) to see if it is a problem with the packages or with the new compiler. You might also ask the mailing list for support. If there is a fix I'm happy to apply it here. Cheers

bartus commented on 2017-06-29 14:38 (UTC) (edited on 2017-06-29 15:22 (UTC) by bartus)

Not working with latest boost update (1.64) Compiler complains about protected symbol in blitz. In file included from /usr/include/blitz/array-impl.h:49:0, _________________from_/usr/include/blitz/array.h:37, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/BlitzArray.h:9, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/BlitzArrayTraits.h:8, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.h:7, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:2: /usr/include/boost/archive/detail/iserializer.hpp: In instantiation of ‘static void boost::archive::detail::heap_allocation<T>::doesnt_have_new_operator::invoke_delete(T*) [with T = blitz::MemoryBlock<std::complex<double> >]’: /usr/include/boost/archive/detail/iserializer.hpp:265:33: required from ‘static void boost::archive::detail::heap_allocation<T>::invoke_delete(T*) [with T = blitz::MemoryBlock<std::complex<double> >]’ /usr/include/boost/archive/detail/iserializer.hpp:273:26: required from ‘boost::archive::detail::heap_allocation<T>::~heap_allocation() [with T = blitz::MemoryBlock<std::complex<double> >]’ /usr/include/boost/archive/detail/iserializer.hpp:294:36: required from ‘void* boost::archive::detail::pointer_iserializer<Archive, T>::heap_allocation() const [with Archive = boost::archive::binary_iarchive; T = blitz::MemoryBlock<std::complex<double> >]’ /tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:47:1: required from here /usr/include/blitz/memblock.h:112:13: error: ‘blitz::MemoryBlock<P_type>::~MemoryBlock() [with P_type = std::complex<double>]’ is protected _____virtual_~MemoryBlock() _____________^ In file included from /usr/include/boost/archive/detail/interface_iarchive.hpp:22:0, _________________from_/usr/include/boost/archive/detail/common_iarchive.hpp:23, _________________from_/usr/include/boost/archive/basic_binary_iarchive.hpp:30, _________________from_/usr/include/boost/archive/binary_iarchive_impl.hpp:21, _________________from_/usr/include/boost/archive/binary_iarchive.hpp:20, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Archive.h:69, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Trajectory.h:9, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated_.h:10, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.tcc:6, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/utils/Simulated.h:9, _________________from_/tmp/cppqed-git/src/cppqed-git/CPPQEDcore/examples/HarmonicOscillatorComplex.cc:2: /usr/include/boost/archive/detail/iserializer.hpp:246:17: error: within this context _________________delete_t; _________________^